7 lines
67 B
Plaintext
7 lines
67 B
Plaintext
#name : wh
|
|
# --
|
|
while read -r ${1:f}; do
|
|
echo "\${$1}"
|
|
$0
|
|
done
|