Created
November 13, 2018 14:05
-
-
Save lkishfy/f8900f4fd838db5c0eedbe353ddf9a0c to your computer and use it in GitHub Desktop.
LaunchChromeStartNode.command
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/bash | |
| sleep 10 | |
| open -a /Applications/Google\ Chrome.app --args --kiosk --incognito http://localhost:3000 | |
| node filepath/server.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment