c05564c4d8
Android 13
5 lines
93 B
Bash
Executable file
5 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
# description: failure-case example
|
|
cat non-exist-file
|
|
echo "this is not executed"
|