Welcome to mirror list, hosted at ThFree Co, Russian Federation.

force_kill_og.sh « Tools - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a73ec7fd06ae4112c4f28df095d2227dd6f06345 (plain)
1
2
3
#!/bin/bash

kill -9 $(ps -e | grep Overgrowth.bin | head -1 | cut -d' ' -f 1)