Last active
December 19, 2023 16:55
-
-
Save zeekay/fb6124d297a765cacfec106f3e997c95 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 https://github.com/luxdefi/$r | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment