Created
January 23, 2016 00:56
-
-
Save ArchdukeTim/61a344ed204ef62bbc09 to your computer and use it in GitHub Desktop.
Put this in ~/.bash_profile
This file contains 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
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