diff --git a/binscripts/gvm-installer b/binscripts/gvm-installer index 2872cfc..e92c3aa 100644 --- a/binscripts/gvm-installer +++ b/binscripts/gvm-installer @@ -1,4 +1,9 @@ #!/bin/bash +echo $0 +echo $1 +echo $2 +echo $3 +echo $4 if [ "$(whoami)" != "root" ]; then GVM_DEST=~ GVM_NAME=.gvm