add install script
This commit is contained in:
parent
05379e1ff2
commit
fcbe0273b5
1 changed files with 7 additions and 0 deletions
7
install.sh
Executable file
7
install.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/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
|
Loading…
Reference in a new issue