diff options
Diffstat (limited to '')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,6 +15,6 @@ case $1 in done ;; *) - printf "'%s' is not an option!\n" $1 + gcc $1.c -o $(echo $1 | sed 's/\.c//') $args ;; esac |