Skip to content

Instantly share code, notes, and snippets.

@zeekay
Last active December 19, 2023 16:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zeekay/fb6124d297a765cacfec106f3e997c95 to your computer and use it in GitHub Desktop.
Save zeekay/fb6124d297a765cacfec106f3e997c95 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 https://github.com/luxdefi/$r
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment