Initial commit
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
for f in ./**
|
||||
do
|
||||
pushd "$f"
|
||||
~/images_resize.sh
|
||||
popd
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user