mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +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
|