mirror of
https://github.com/wrog/lambdamoo
synced 2026-08-13 00:26:05 -04:00
2 lines
60 B
Bash
Executable file
2 lines
60 B
Bash
Executable file
#!/bin/sh
|
|
indent -npro -kr -i4 -ts8 -sob -l80 -ss -ncs "$@"
|