4 lines
29 B
Plaintext
4 lines
29 B
Plaintext
|
#!/bin/sh
|
||
|
pkill $1
|
||
|
setsid $1
|