csgo-autoexec/install.sh

7 lines
181 B
Bash
Raw Normal View History

2023-11-28 06:48:24 +00:00
#!/bin/sh
gamePath=~/.local/share/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/game/core/cfg
for i in autoexec jumpthrow prac; do
ln -sf $PWD/$i.cfg "$gamePath"
done