Skip to content

Instantly share code, notes, and snippets.

@sodastsai
Created September 20, 2017 07:17
Show Gist options
  • Save sodastsai/55623f6421cd9f524d128e08c06c9a37 to your computer and use it in GitHub Desktop.
Save sodastsai/55623f6421cd9f524d128e08c06c9a37 to your computer and use it in GitHub Desktop.
The easiest way to run hhvm on macOS
#!/bin/sh
docker run -ti --rm -v `pwd`:/root/hack -w /root/hack hhvm/hhvm hhvm $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment