swaggboi

text-file-howTo

Jul 28th, 2021 (edited)
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. [daniel@stinkpad misc]$ cat blah.txt
  2. #!/usr/bin/env cat
  3.  
  4. testing 123...
  5. [daniel@stinkpad misc]$ chmod a+x blah.txt
  6. [daniel@stinkpad misc]$ ./blah.txt
  7. #!/usr/bin/env cat
  8.  
  9. testing 123...
Add Comment
Please, Sign In to add comment