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:
Joe Groocock 2020-03-21 22:36:20 +00:00
parent f379b758c9
commit 1fdb93e356
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 9 additions and 0 deletions

2
scripts/gtav Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec xdg-open steam://rungameid/271590

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