3 lines
60 B
Bash
3 lines
60 B
Bash
#!/bin/sh
|
|
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
|
#!/bin/sh
|
|
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
|