4 lines
29 B
Bash
Executable File
4 lines
29 B
Bash
Executable File
#!/bin/sh
|
|
pkill $1
|
|
setsid $1
|