scripts/gtav: add gtav/netsplit scripts

This commit is contained in:
2020-03-21 22:56:09 +00:00
parent f379b758c9
commit 1fdb93e356
2 changed files with 9 additions and 0 deletions
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
exec xdg-open steam://rungameid/271590
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
PID="$(pidof GTA5.exe)"
kill -s STOP $PID
sleep 30
kill -s CONT $PID