blob: 1e182e1e0d7d93a6e0db47a4a7441916e55a3abf (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# Always succeed. This means that killall -0 will always find a
# process and anything else will successfully kill. This should
# exercise a good avriety of code paths.
exit 0
|