From fcbe0273b552c0d868fc4f9be4933842e82279b5 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Tue, 28 Nov 2023 14:48:24 +0800 Subject: [PATCH] add install script --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..af3b275 --- /dev/null +++ b/install.sh @@ -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 \ No newline at end of file