move script to dedicated dir

This commit is contained in:
Markus Heurung 2024-08-13 12:47:01 +02:00
parent f09701f2a4
commit 76fb213492

3
scripts/project-select.sh Executable file
View file

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