Created
September 3, 2012 20:10
Revisions
-
ryansb renamed this gist
Sep 10, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ryansb created this gist
Sep 3, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ find /run/media/ryansb -maxdepth 1 -type d | sed 1d |while read line do echo "$line" rm -r $line/* cp -r /home/ryansb/IGIC/*.pdf $line chmod 777 $line/* umount $line done echo "Done!"