1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

scripts/gtav: add gtav/netsplit scripts

This commit is contained in:
2020-03-21 22:36:20 +00:00
parent f379b758c9
commit 1fdb93e356
2 changed files with 9 additions and 0 deletions

7
scripts/netsplit Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
PID="$(pidof GTA5.exe)"
kill -s STOP $PID
sleep 30
kill -s CONT $PID