Skip to content

Commit

Permalink
Update launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed Oct 28, 2016
1 parent 3573eb7 commit 4c8c083
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ec2gaming
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ if [ -z ${1+x} ]; then
echo "usage: ec2gaming <command>"
echo
echo "Gaming commands"
echo "start Start gaming"
echo "stop Stop gaming"
echo "start Start gaming - starts instance, VPN and Steam"
echo "stop Stop gaming - stops instance and VPN"
echo
echo "Remote access commands"
echo "rdp Remote desktop connection (no VPN, requires login)"
echo "vnc VNC session (requires VPN, automatic login)"
echo "vpndown Disconnect VPN"
echo "vpnup Connect VPN"
echo
echo "EC2 commands"
echo "instance Get the instance id"
Expand Down

0 comments on commit 4c8c083

Please sign in to comment.