4 lines
119 B
Bash
Executable File
4 lines
119 B
Bash
Executable File
#/bin/bash
|
|
kill `pgrep -f "python main.py"`
|
|
kill `pgrep -f "ssh -nNR 52398:localhost:52398 -p 1337 ian@208.110.86.98"`
|