Skip to content

Instantly share code, notes, and snippets.

@1stvamp
Created May 17, 2017 17:02
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 1stvamp/67b26fbe1fb7fe9331bff7b7eb19da3e to your computer and use it in GitHub Desktop.
Save 1stvamp/67b26fbe1fb7fe9331bff7b7eb19da3e to your computer and use it in GitHub Desktop.
Script to test subprocess running heroku, outputs blank JSON object for config command
#!/bin/sh
if [ "$1" = "config" ]; then
echo '{}'
fi
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment