Created
February 10, 2017 01:17
-
-
Save zaydek-old/15b4778af3a07009d57704b3148eab87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function re { gcc $1.c -o $1; export PATH=$PATH:.; $1 ${@:2} } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment