Skip to content

Instantly share code, notes, and snippets.

@lkishfy
Created November 13, 2018 14:05
Show Gist options
  • Select an option

  • Save lkishfy/f8900f4fd838db5c0eedbe353ddf9a0c to your computer and use it in GitHub Desktop.

Select an option

Save lkishfy/f8900f4fd838db5c0eedbe353ddf9a0c to your computer and use it in GitHub Desktop.
LaunchChromeStartNode.command
#!/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