Skip to content
Snippets Groups Projects
Commit 44d9e021 authored by Goik Martin's avatar Goik Martin
Browse files

informative message on destination folder

parent f69d6347
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,11 @@ for zip in $( ls *.zip); do
echo "$destuser does not exist"
echo $fbname >> ~/newUsers.txt
fi
# destdir=$destuser/Sda1/SoSe2015
destdir=$destuser/Se1/SoSe2015
destdir=$destuser/Sda1/Ws2015
# destdir=$destuser/Se1/SoSe2015
mkdir -p $destdir
echo moving $fbname.zip to $destdir
mv $fbname.zip $destdir
# mv Unpack/$fbname/* $destdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment