mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 20:12:02 +00:00
5 lines
41 B
Bash
Executable File
5 lines
41 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
python3 -m github "$@"
|