From d73ae46fe955cb52b8ca6f1f9ccd2376e507da6c Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 16 Jun 2025 21:44:06 +1200 Subject: [PATCH] 'Generic Commit' --- whatsdirty/dropshell-tool-config.json | 6 ------ whatsdirty/publish.sh | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 whatsdirty/dropshell-tool-config.json diff --git a/whatsdirty/dropshell-tool-config.json b/whatsdirty/dropshell-tool-config.json deleted file mode 100644 index 09cfc0d..0000000 --- a/whatsdirty/dropshell-tool-config.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "aliases": [ - "whatsdirty" - ], - "setup_script": "setup_script.sh" -} \ No newline at end of file diff --git a/whatsdirty/publish.sh b/whatsdirty/publish.sh index c59b021..37a4c36 100755 --- a/whatsdirty/publish.sh +++ b/whatsdirty/publish.sh @@ -10,3 +10,5 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" mkdir -p ${SCRIPT_DIR}/tool cp ${SCRIPT_DIR}/whatsdirty.sh ${SCRIPT_DIR}/tool +ln -s ${SCRIPT_DIR}/tool/whatsdirty.sh ${SCRIPT_DIR}/tool/whatsdirty +