Tumble files around a bit
This commit is contained in:
4
WeakAuras/Projects/RaiderSA/deploy.sh
Normal file
4
WeakAuras/Projects/RaiderSA/deploy.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
target="/c/Games/WoW Legion/Interface/Sounds"
|
||||
cp out/*speedy* $target
|
||||
for file in $(ls $target); do mv $target/$file $target/$(echo $file | sed 's/-speedy//g'); done
|
||||
Reference in New Issue
Block a user