mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
clone all public galoy repos
This commit is contained in:
@@ -8,6 +8,12 @@ devenv.k3d.sh [on|off]"
|
||||
exit 1
|
||||
}
|
||||
|
||||
function clone_all_galoy() {
|
||||
mkdir GaloyMoney && cd GaloyMoney
|
||||
# clone all repos
|
||||
curl -s https://api.github.com/users/GaloyMoney/repos | grep \"clone_url\" | awk '{print $2}' | sed -e 's/"//g' -e 's/,//g' | xargs -n1 git clone
|
||||
}
|
||||
|
||||
function setup_devenv_k3d() {
|
||||
# dedicated user
|
||||
sudo adduser --disabled-password --gecos "" k3d
|
||||
|
||||
Reference in New Issue
Block a user