Advertisement
Guest User

Untitled

a guest
May 16th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. :) 10:05 silvius:jkt[980]~% cat /tmp/foo
  2. #!python
  3.  
  4. print("Hi!\n")
  5. :) 10:05 silvius:jkt[981]~% pwd
  6. /home/jkt
  7. :) 10:05 silvius:jkt[982]~% ls -l python
  8. ls: cannot access 'python': No such file or directory
  9. :( 10:05 silvius:jkt[983]~% /tmp/foo
  10. Hi!
  11.  
  12. :) 10:05 silvius:jkt[984]~%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement