botanikanet / get_group_src.sh
0 polubień
0 forków
1 plików
Ostatnio aktywne 6 days ago
| 1 | #!/bin/bash |
| 2 | |
| 3 | function usage { |
| 4 | echo "basename ${0} Get src of group in Gitlab" |
| 5 | echo "--help | -h Print this help" |
| 6 | echo "--token-file= | -t <file> Set file with Gitlab token" |
| 7 | echo "--gitlab-url=* | -g <url> Set Gtilab URL" |
| 8 | echo "--group-id=* | -i <id> Set group id" |
| 9 | exit 1 |
| 10 | } |
botanikanet / get_all_src.sh
0 polubień
0 forków
1 plików
Ostatnio aktywne 6 days ago
| 1 | #!/bin/bash |
| 2 | set -ex |
| 3 | |
| 4 | usage() { |
| 5 | echo "basename ${0} get all src from Gitlab" |
| 6 | echo "--help | -h Print this help" |
| 7 | echo "--token-file= | -t <file> Set file with Gitlab token" |
| 8 | echo "--gitlab-url=* | -g <url> Set Gtilab URL" |
| 9 | exit 1 |
| 10 | } |
Nowsze
Starsze