first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / scripts / opensim / indent_lsl.sh
1 #/bin/bash
2 for i in $*; do
3   indent -nut -i4 -br $i
4 done