Skip to content

Instantly share code, notes, and snippets.

@sebble
Created May 12, 2014 13:05
Show Gist options
  • Save sebble/2be6022367cfbea21530 to your computer and use it in GitHub Desktop.
Save sebble/2be6022367cfbea21530 to your computer and use it in GitHub Desktop.
Start an application inside a screen
#!/bin/bash
screen -d -m -s /path/to/my.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment