repo.or.cz
/
tails.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use might to express possibility
[tails.git]
/
bin
/
gitlab-url
blob
449ab2dce0e1957fac64e7c5487a3f573daf7afa
1
#!/usr/bin/python3
2
3
import sys
4
5
from gitlab.config import GitlabConfigParser
6
7
gitlab_id = sys.argv[1]
8
9
print(GitlabConfigParser(gitlab_id=gitlab_id).url)