From efc276ee87bdfa0669a33b7594210096cf43a87e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 1 Jun 2024 18:45:06 +0200 Subject: [PATCH] echo ${@} --- cd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cd.sh b/cd.sh index c69fb7e..455a94b 100644 --- a/cd.sh +++ b/cd.sh @@ -12,6 +12,7 @@ rwx \ # main cd_main () { + echo "${@}" cd_set_environment_variables cd_set_packages_repositories cd_set_packages_configuration