Merge branch 'master' of github.com:LukeSmithxyz/voidrice
This commit is contained in:
commit
a67bde70f0
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ case "$file" in
|
|||
*\.c) cc "$file" -o "$base" && "$base" ;;
|
||||
*\.py) python "$file" ;;
|
||||
*\.m) octave "$file" ;;
|
||||
*\.scad) openscad -o "$base".stl "$file" ;;
|
||||
*\.go) go run "$file" ;;
|
||||
*\.sent) setsid sent "$file" 2>/dev/null & ;;
|
||||
*) sed 1q "$file" | grep "^#!/" | sed "s/^#!//" | xargs -r -I % "$file" ;;
|
||||
|
|
Loading…
Reference in a new issue