From 4ba1fd5a857d8f49eb09ea314a3c39953699bc25 Mon Sep 17 00:00:00 2001 From: EmanueleAlfano Date: Wed, 4 Feb 2026 14:50:07 +0100 Subject: [PATCH] feat: fix return to home when dev.sh is used with source --- dev.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev.sh b/dev.sh index 911273a..b0e089b 100755 --- a/dev.sh +++ b/dev.sh @@ -417,3 +417,6 @@ case "${1:-help}" in error "Comando sconosciuto: $1. Usa './dev.sh help' per la lista comandi." ;; esac + +# Go back to original path +cd "$SCRIPT_DIR" \ No newline at end of file