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