miller/c/reg_test/input/env-assign.sh
2017-01-01 23:14:27 -05:00

4 lines
63 B
Bash
Executable file

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