Create output directory.
This commit is contained in:
parent
f5fe72a2a1
commit
2cf3906c4b
2
phpsg.sh
2
phpsg.sh
@ -72,7 +72,7 @@ do
|
||||
then
|
||||
mkdir -p "$OUT_DIR"
|
||||
fi
|
||||
done < <(find "$SOURCE_DIR" -mindepth 1 -type d -print0)
|
||||
done < <(find "$SOURCE_DIR" -type d -print0)
|
||||
|
||||
function process_file() {
|
||||
file="$1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user