Skip to content

Instantly share code, notes, and snippets.

@auser
Forked from zeekay/clone-all.sh
Created December 19, 2023 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save auser/a5d0d66a6f01b74224d2cf36207445bb to your computer and use it in GitHub Desktop.
Save auser/a5d0d66a6f01b74224d2cf36207445bb to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
repos='bridge bridge-react chat cli coreth dao docs exchange explorer faucet finance gsn indexer lattice lpm luxjs marketplace multiparty netrunner netrunner-sdk node oraclevm plugins-core safe safe-ios sites standard subnet-evm town ui vault vmsdk wallet zchain'
for r in $repos;
do git clone git@github.com:luxdefi/$r
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment