Last active
September 24, 2019 15:23
-
-
Save thepeterstone/f3b19dac08d84c311cdf3c419e77cb8a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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