3 lines
118 B
Bash
Executable file
3 lines
118 B
Bash
Executable file
for d in `find ~/freistil -maxdepth 1 -type d`; do
|
|
echo -e "$d\034freistil\034freistil project `basename $d`"
|
|
done
|