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:
parent
f379b758c9
commit
1fdb93e356
2
scripts/gtav
Executable file
2
scripts/gtav
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
exec xdg-open steam://rungameid/271590
|
7
scripts/netsplit
Executable file
7
scripts/netsplit
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
PID="$(pidof GTA5.exe)"
|
||||||
|
|
||||||
|
kill -s STOP $PID
|
||||||
|
sleep 30
|
||||||
|
kill -s CONT $PID
|
Loading…
Reference in New Issue
Block a user