9 lines
308 B
Bash
Executable File
9 lines
308 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
cd ./repos
|
|
git clone https://github.com/bluesky-social/atproto
|
|
git clone https://github.com/did-method-plc/did-method-plc
|
|
git clone https://github.com/bluesky-social/feed-generator
|
|
git clone https://github.com/bluesky-social/social-app
|
|
git clone https://github.com/itaru2622/bluesky-selfhost-env
|