Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save forkdiffmerge/5114611 to your computer and use it in GitHub Desktop.
Save forkdiffmerge/5114611 to your computer and use it in GitHub Desktop.
Create a Heroku app with an obscure (difficult to guess) random name, e.g.: http://rmenhxmpeniezkqnzlzspppvrbufsi.herokuapp.com
system("heroku create #{30.times.map{ ('a'..'z').to_a.sample }.join}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment