mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
4 lines
70 B
Bash
Executable File
4 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
while read read_data; do printf "Key $read_data\n"; done
|