3 lines
39 B
Bash
3 lines
39 B
Bash
|
#!/bin/sh
|
||
|
indent -kr -ts8 -i8 -cli8 $1
|