diff --git a/dumpenv.sh b/dumpenv.sh index df09d08..e8584fa 100755 --- a/dumpenv.sh +++ b/dumpenv.sh @@ -2,5 +2,6 @@ if [ -n $script_type ]; then echo Script $script_type called. - printenv > $script_type.txt + echo $@ > $script_type.txt + printenv >> $script_type.txt fi