Create tool to remove the unnescessary folders
This commit is contained in:
7
removeFolder
Normal file
7
removeFolder
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in {0..261} #Edit acording to the number of pagees in your book
|
||||
do
|
||||
mv page_"$i"/Scale4.png ./"$i".png
|
||||
rm -rf page_"$i"
|
||||
done
|
Reference in New Issue
Block a user