mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
PID="$(pidof GTA5.exe)"
|
||
|
|
||
|
kill -s STOP $PID
|
||
|
sleep 30
|
||
|
kill -s CONT $PID
|