Skip to content

Instantly share code, notes, and snippets.

@ArchdukeTim
Created January 23, 2016 00:56
Show Gist options
  • Save ArchdukeTim/61a344ed204ef62bbc09 to your computer and use it in GitHub Desktop.
Save ArchdukeTim/61a344ed204ef62bbc09 to your computer and use it in GitHub Desktop.
Put this in ~/.bash_profile
alias deploy="networksetup -setairportnetwork en0 1418 Fedora1418;robot;./robot.py deploy"
alias robot="cd ~/src/2016-robot/robot"
alias sim="robot;./robot.py sim"
alias pyfrc="pip3 install -U pyfrc --user"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment