Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. chmod u+x /home/joey/hello.sh
  2.  
  3. ./hello.sh # if you are in the same directory
  4. ~/hello.sh # if you are in another directory
  5. hello.sh # if you put in a directory included in the $PATH
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement