Created
December 7, 2014 00:07
-
-
Save wmantly/77f754c369442c5fa076 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
#!/bin/bash | |
xpra start :80 & | |
sleep 5 | |
DISPLAY=:80 ./dogecoin-qt& | |
sleep 1 | |
DISPLAY=:80 ./litecoin-qt& | |
sleep 1 | |
DISPLAY=:80 bitcoin-qt& | |
sleep 1 | |
DISPLAY=:80 ./tacocoin-qt& | |
sleep 1 | |
DISPLAY=:80 ./umbrella-ltc-qt& | |
sleep 1 | |
echo "All coins started!" | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment