Files
hpr_website/www/eps/hpr3013/hpr3013_bash21_ex1.sh

15 lines
324 B
Bash
Executable File

#!/usr/bin/env bash
#-------------------------------------------------------------------------------
# Example 1 for Bash Tips show 21: the environment
#-------------------------------------------------------------------------------
# Not expected to be in the environment
bt211C=somedata
echo "Args: $*"
printenv
exit