copy macros to ~

This commit is contained in:
2025-06-26 22:38:18 +02:00
parent 1f4c1a33c0
commit 84a5768f38
+2 -1
View File
@@ -7,6 +7,7 @@ jcupdate() {
git pull --ff-only git pull --ff-only
cd cd
cp -f ~/joycontrol/.jc_aliases ~ cp -f ~/joycontrol/.jc_aliases ~
cp -f ~/joycontrol/macro/* ~
} }
jcstart() { jcstart() {
@@ -29,7 +30,7 @@ jcmacro() {
buttonDelay=$2 buttonDelay=$2
fi fi
macro=$(~/joycontrol/expand_nested_loops.sh "~/joycontrol/macro/$1") macro=$(~/joycontrol/expand_nested_loops.sh "$1")
echo "$macro" echo "$macro"
while read -r line; do while read -r line; do