diff --git a/bin/project-select.sh b/bin/project-select.sh new file mode 100755 index 0000000..db983cc --- /dev/null +++ b/bin/project-select.sh @@ -0,0 +1,3 @@ +for d in `find ~/freistil -maxdepth 1 -type d`; do + echo -e "$d\034freistil\034freistil project `basename $d`" +done