diff options
-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 |
index : coreutils | |
Please don't use this on a production system |
aboutsummaryrefslogtreecommitdiffstats |
-rwxr-xr-x | build.sh | 2 |
@@ -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 |