Created
August 31, 2012 17:35
-
-
Save KitWallace/3556255 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
| # start up the monitor and talker processes | |
| python start_barometer.py & | |
| python barometer_talk.py & | |
| python simple_clock.py & | |
| # the controller will take stdin character input from keyboard or presenter | |
| # yacht1 is the current version of the menu | |
| python controller.py yacht1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment