diff options
author | Florian Steinel <fsteinel-git@github.com.flonet.net> | 2017-01-20 09:37:42 +0100 |
---|---|---|
committer | nutzer <you@domain.com> | 2017-01-20 09:37:42 +0100 |
commit | 06ca9a9f135de5cbf3dd30a44aab6f3922f80310 (patch) | |
tree | 2ffd7fbcc0740ce9bb2567336a1b199feb8f2b6c | |
parent | 284df6206c4f8cb8f2abef1f58055ae5a7e7b1ff (diff) |
remove old command
-rw-r--r-- | images/models/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/images/models/README.md b/images/models/README.md index 5b653c6..d2817e5 100644 --- a/images/models/README.md +++ b/images/models/README.md @@ -9,7 +9,6 @@ git clone https://github.com/Moorviper/Freifunk-Router-Anleitungen cd Freifunk-Router-Anleitungen/ mkdir fronts for i in *-*; do cd $i; for f in *front*.jpg; do echo "$f";done; cd ../fronts/; ln -s ../$i/$f $i.jpg;cd ..;done -#for i in *-*; do touch fronts/$i.jpg; cp $i/*front*.jpg fronts/$i.jpg; done cd fronts/ for i in *.jpg; do new="$(basename $i .jpg \ |