mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-11-01 08:38:52 +01:00
4 lines
89 B
Bash
4 lines
89 B
Bash
#!/bin/sh
|
|
# description: unresolved-case example
|
|
trap exit_unresolved INT
|
|
kill -INT $PID
|