mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
5 lines
41 B
Bash
5 lines
41 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
python3 -m github "$@"
|