Refactor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
for f in ./**
|
||||
find . -mindepth 1 -type d -print0 | while IFS= read -r -d '' f
|
||||
do
|
||||
pushd "$f"
|
||||
~/images_resize.sh
|
||||
|
||||
Reference in New Issue
Block a user