forked from mirror/joycontrol
copy macros to ~
This commit is contained in:
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user