1
2
3
4
5
#!/bin/sh
# description: unresolved-case example
trap exit_unresolved INT
kill -INT $PID
以智者之名,为愚者代辩