Skip to content

Instantly share code, notes, and snippets.

@zaydek-old
Created February 10, 2017 01:17
Show Gist options
  • Save zaydek-old/15b4778af3a07009d57704b3148eab87 to your computer and use it in GitHub Desktop.
Save zaydek-old/15b4778af3a07009d57704b3148eab87 to your computer and use it in GitHub Desktop.
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