Created
October 12, 2013 20:07
-
-
Save garybernhardt/6954318 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ echo '#!/bin/ls /' > foo | |
$ ./foo | |
./foo | |
/: | |
bin boot dev etc home initrd.img lib lib64 lost+found media mnt opt proc root run sbin selinux srv sys tmp usr var vmlinuz | |
$ echo '#!/bin/ls / /' > foo | |
$ ./foo | |
/bin/ls: cannot access / /: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment