Created
September 20, 2017 07:17
-
-
Save sodastsai/55623f6421cd9f524d128e08c06c9a37 to your computer and use it in GitHub Desktop.
The easiest way to run hhvm on macOS
This file contains hidden or 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
#!/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