hoc/scripts/list.sh
Valentin Brandl d9faf25648
Make script executable
[skip ci]
2019-05-19 16:05:58 +02:00

10 lines
136 B
Bash
Executable File

#!/usr/bin/env sh
set -e
DIR=${1:-repos}
find "$DIR" -mindepth 3 -maxdepth 3 -type d \
| sed -e "s/$DIR/https:\//g" \
| sort