Skip to content

Instantly share code, notes, and snippets.

@jawsthegame
Created November 19, 2012 22:47
Show Gist options
  • Save jawsthegame/4114595 to your computer and use it in GitHub Desktop.
Save jawsthegame/4114595 to your computer and use it in GitHub Desktop.
#!/bin/bash
killall exchange || true
/usr/local/go/bin/go build -o exchange
screen -S exchange -p 0 -X stuff "./exchange -c sample-config.yaml`echo -en '\015'`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment