One more valgrind error solved
[iomenu.git] / io-files
blob20289c99ec30857d54db834ec7a70f10794825ea
1 # List of recent files, directory
3 path="$PWD"
5 while [ -d $($path)" ]
6 do
7         path="$(ls -a | iomenu)"
8 done
10 printf '%s\n' "$path"