nix-config/bin/project-select.sh

4 lines
118 B
Bash
Raw Normal View History

for d in `find ~/freistil -maxdepth 1 -type d`; do
echo -e "$d\034freistil\034freistil project `basename $d`"
done