Rexxer

Some tips for me and other

Gitlab + Get a list of projects

PREFIX=”ssh_url_to_repo”; cat test | grep -o “\”$PREFIX\”:[^ ,]+” | xargs -L1 basename | awk -F ‘.’ ‘{print $1}’

Comments are currently closed.