csgo-autoexec/install.sh
2024-07-22 12:35:45 +08:00

7 lines
187 B
Bash
Executable file

#!/bin/sh
gamePath=~/.local/share/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/game/core/cfg
for i in autoexec jumpthrow prac null; do
ln -sf $PWD/$i.cfg "$gamePath"
done