From 3ab8fe87d3d153de32e67075e410a6ff1c447237 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Jun 2025 12:12:47 +1200 Subject: [PATCH] 'Generic Commit' --- whatsdirty/publish.sh | 3 +-- whatsdirty/{whatsdirty.sh => whatsdirty} | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename whatsdirty/{whatsdirty.sh => whatsdirty} (100%) diff --git a/whatsdirty/publish.sh b/whatsdirty/publish.sh index 58f1859..e02c396 100755 --- a/whatsdirty/publish.sh +++ b/whatsdirty/publish.sh @@ -24,8 +24,7 @@ GETPKG="${SCRIPT_DIR}/../getpkg/output/getpkg" # publish the tool\ TOOLDIR="${SCRIPT_DIR}/tool" mkdir -p "${TOOLDIR}" -cp "${SCRIPT_DIR}/whatsdirty.sh" "${TOOLDIR}" -ln -s "${TOOLDIR}/whatsdirty.sh" "${TOOLDIR}/whatsdirty" +cp "${SCRIPT_DIR}/whatsdirty.sh" "${TOOLDIR}/whatsdirty" # publish universal tool. "${GETPKG}" publish "whatsdirty" "${TOOLDIR}" diff --git a/whatsdirty/whatsdirty.sh b/whatsdirty/whatsdirty similarity index 100% rename from whatsdirty/whatsdirty.sh rename to whatsdirty/whatsdirty