From 2cf3906c4b44ebef25987b7814c89c820405cd64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 19 Feb 2025 08:43:10 +0100 Subject: [PATCH] Create output directory. --- phpsg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpsg.sh b/phpsg.sh index 2b9c18d..3bbb026 100755 --- a/phpsg.sh +++ b/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"