Skip to content

Instantly share code, notes, and snippets.

@wmantly
Created December 7, 2014 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wmantly/77f754c369442c5fa076 to your computer and use it in GitHub Desktop.
Save wmantly/77f754c369442c5fa076 to your computer and use it in GitHub Desktop.
#!/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