5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/bin/bash
|
||
|
pkill "part_of_process_name"
|
||
|
delay 2
|
||
|
process_exec -param
|