Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
linux-shallow
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Insights
linux-shallow
/
tools
/
testing
/
selftests
/
ftrace
/
samples
/
fail.tc
Text
·
93 B
·
15e35b9
Raw
5 lines · plain
1
#!/bin/sh
2
# description: failure-case example
3
cat non-exist-file
4
echo "this is not executed"
5