This website requires JavaScript.
Explore
Help
Sign In
BusyBox
/
busybox
mirror of
https://github.com/mirror/busybox.git
Watch
1
Star
0
Fork
You've already forked busybox
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
93dd9fd90a
busybox
/
shell
/
ash_test
/
ash-signals
/
signal4.tests
6 lines
69 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
trap
"echo Trapped"
BADNAME TERM
;
echo
$?
kill
$$
echo
Ok
Reference in New Issue
View Git Blame
Copy Permalink