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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
70 B
Bash
Raw Normal View History

2021-08-30 18:41:36 +00:00
#!/bin/bash
while read read_data; do printf "Key $read_data\n"; done