instpkg cleanup
[cmdllinux.git] / scripts / _listdirs
blobdd96c230d9ce69e131ffd620b7931771c1994722
1 #! /bin/bash
3 export LC_COLLATE=C
4 find -mindepth 1 -type d -printf "%P/\n" | sort