ClickHouse/tests/integration/test_executable_dictionary/user_scripts/input.sh

6 lines
86 B
Bash
Raw Normal View History

2021-12-25 13:34:17 +00:00
#!/bin/bash
while read read_data;
do printf "$read_data\tKey $read_data\n";
done