Skip to content

Instantly share code, notes, and snippets.

@lachie
Created May 6, 2014 05:45
Show Gist options
  • Save lachie/10675fe9d006b56b1096 to your computer and use it in GitHub Desktop.
Save lachie/10675fe9d006b56b1096 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
set -x
fleetctl destroy $1 || true
fleetctl submit units/$1
fleetctl start $1
fleetctl journal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment