Advertisement
obernardovieira

Run application from bash file [Linux]

Dec 30th, 2013
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. #!/bin/bash
  2. cd /path/to/file
  3. chmod +x <file.sh>
  4. ./<file.sh>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement