projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
updated to clean up compiler issues with how functions were used from basis namespace;
[feisty_meow.git]
/
scripts
/
opensim
/
indent_lsl.sh
1
#/bin/bash
2
for i in $*; do
3
indent -nut -i4 -br $i
4
done