Move under www to ease rsync
This commit is contained in:
14
www/eps/hpr3013/hpr3013_bash21_ex1.sh
Executable file
14
www/eps/hpr3013/hpr3013_bash21_ex1.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user