Skip to content

Instantly share code, notes, and snippets.

@thepeterstone
Last active September 24, 2019 15:23
Show Gist options
  • Save thepeterstone/f3b19dac08d84c311cdf3c419e77cb8a to your computer and use it in GitHub Desktop.
Save thepeterstone/f3b19dac08d84c311cdf3c419e77cb8a to your computer and use it in GitHub Desktop.
(cd $(mktemp -d); touch empty; cf push test-app --no-route -b binary_buildpack -c "while true; do echo tick; sleep 60; echo tock; sleep 60; done" -u process)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment