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
/
unresolved.tc
Text
·
89 B
·
41e99d3
Raw
5 lines · plain
1
#!/bin/sh
2
# description: unresolved-case example
3
trap exit_unresolved INT
4
kill -INT $PID
5