diff --git a/dumpenv.sh b/dumpenv.sh new file mode 100755 index 0000000..df09d08 --- /dev/null +++ b/dumpenv.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +if [ -n $script_type ]; then + echo Script $script_type called. + printenv > $script_type.txt +fi