mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
4 lines
63 B
Bash
Executable file
4 lines
63 B
Bash
Executable file
#!/bin/sh
|
|
while read line; do
|
|
echo "[ZYX]=[$ZYX] $line"
|
|
done
|