$ ls *.c | while read F; do gcc -Wall -o `echo $F | cut -d . -f 1 - ` $F; done
Compile *.c files with "gcc -Wall" in actual directory, using as output file the file name without extension.
Image may be NSFW.
Clik here to view.
Diff your entire server config at ScriptRock.com