Add script to list repositories
[ci skip]
This commit is contained in:
parent
569ce3a457
commit
d2977eee32
9
scripts/list.sh
Normal file
9
scripts/list.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
DIR=${1:-repos}
|
||||||
|
|
||||||
|
find "$DIR" -mindepth 3 -maxdepth 3 -type d \
|
||||||
|
| sed -e "s/$DIR/https:\//g" \
|
||||||
|
| sort
|
Loading…
Reference in New Issue
Block a user