Add todo message

This commit is contained in:
Akash Manohar J 2014-12-13 21:58:57 +05:30
parent e8806caf61
commit 9c3171a726

View File

@ -28,6 +28,7 @@ list_package_installs() {
if [ -d $package_installs_path ]
then
#TODO check if dir is empty and show message here too
for install in ${package_installs_path}/*/; do
echo "$(basename $install)"
done