feat: fix return to home when dev.sh is used with source

This commit is contained in:
EmanueleAlfano
2026-02-04 14:50:07 +01:00
parent 145a091dc3
commit 4ba1fd5a85

3
dev.sh
View File

@@ -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"