mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
4 lines
93 B
Bash
4 lines
93 B
Bash
#!/bin/sh
|
|
# description: failure-case example
|
|
cat non-exist-file
|
|
echo "this is not executed"
|