# Is this *really* the best way to do
# named function arguments in bash?
use_named_argument(){
local ARGGH=$1
echo "$ARGGH"
}
# What are we, animals?
Post
May 8, 2018
May 8, 2018
# Is this *really* the best way to do
# named function arguments in bash?
use_named_argument(){
local ARGGH=$1
echo "$ARGGH"
}
# What are we, animals?