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