mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 01:16:12 +00:00
13 lines
355 B
Plaintext
13 lines
355 B
Plaintext
Execute a directory
|
|
Execute a non-executable file
|
|
Execute a script with a bad interpreter name
|
|
Execute a binary file
|
|
Execute a non-existent file
|
|
Execute a non-existent file (2)
|
|
Execute a valid script with a #! line
|
|
Execute a valid script without a #! line
|
|
tata
|
|
Execute a valid script with #! but no interpname
|
|
no space after #!
|
|
Execute a zero-length file
|