wrapper_command WIP... to wrapper branch now?

This commit is contained in:
Dico200
2015-11-25 15:55:25 +01:00
parent a85194d7be
commit b3b6d15a32
7 changed files with 301 additions and 103 deletions

View File

@@ -91,7 +91,7 @@ echo -e "\n> All plugins downloaded"
cd "redstoner-utils.py.dir"
echo -e "\n> Duplicating sample files"
for file in ls ./*.example; do
for file in ./*.example; do
cp -v "$file" "$(echo "$file" | rev | cut -d "." -f 2- | rev)"
done