Skip to content

Instantly share code, notes, and snippets.

@meganehouser
Created April 1, 2015 04:40
Show Gist options
  • Save meganehouser/3c5e8e30205bbaed1c7b to your computer and use it in GitHub Desktop.
Save meganehouser/3c5e8e30205bbaed1c7b to your computer and use it in GitHub Desktop.
Compie a Rust fie and run it.
set -e
rustc -o $1.rso $1
./$1.rso ${@:2:$#-1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment