old notes
This commit is contained in:
parent
cc9061b003
commit
96b3cfa504
1 changed files with 9 additions and 0 deletions
9
copy.sh
Normal file
9
copy.sh
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for i in 1 2; do
|
||||||
|
curl "https://git.bivouac.wiki/api/v1/repos/search?limit=50&page=$i" | jq -r ".data[].ssh_url" >> bivouac.txt
|
||||||
|
done
|
||||||
|
|
||||||
|
cat bivouac.txt | while read line; do
|
||||||
|
git clone $line
|
||||||
|
done
|
Loading…
Reference in a new issue