diff --git a/restart b/restart new file mode 100755 index 0000000..05689f6 --- /dev/null +++ b/restart @@ -0,0 +1,6 @@ +#!/bin/bash + +curl -n -X DELETE https://api.heroku.com/apps/ggfind/dynos \ + -H "Content-Type: application/json" \ + -H "Accept: application/vnd.heroku+json; version=3" \ + -H "Authorization: Bearer $AUTH_TOKEN"