3 lines
44 B
Bash
Executable File
3 lines
44 B
Bash
Executable File
#!/bin/sh
|
|
indent -l90 -kr -ts8 -i8 -cli8 $1
|