Jump in the discussion.

No email address required.

Poor mans gcc (copy this file and save it to /bin/gcc to save on disk space)

#!/bin/bash
chmod +x "$1" && mv "$1" "${1%.c}"
Jump in the discussion.

No email address required.



Link copied to clipboard
Action successful!
Error, please refresh the page and try again.