miller/test/input/env-assign.sh
2021-11-11 14:15:13 -05:00

4 lines
63 B
Bash
Executable file

#!/bin/sh
while read line; do
echo "[ZYX]=[$ZYX] $line"
done