Guest User

Untitled

a guest
Oct 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. touch -c script1
  2. echo "#!/bin/python" > script1
  3. echo "print 'Hello World!'" >> script1
  4. chmod 007 script1
  5. ./script1
  6.  
  7. Hello World!
Add Comment
Please, Sign In to add comment