mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-08 21:53:54 +08:00
5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
|
#!/bin/sh
|
||
|
# description: unresolved-case example
|
||
|
trap exit_unresolved INT
|
||
|
kill -INT $PID
|