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

15 lines
324 B
Bash
Raw Normal View History

2025-10-28 18:39:57 +01:00
#!/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