cztv_chaoszone_github/stop_ninja.sh

8 lines
107 B
Bash
Raw Normal View History

2021-07-30 10:13:26 +02:00
#!/bin/bash
kill -9 `cat s$1_pid`
rm s$1_pid
cd profiles
rm -rf `cat ../s$1_profile`
cd ..
rm s$1_profile