[Assorted-commits] SF.net SVN: assorted:[1866] configs/trunk/src/cron/bitrot.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2013-08-24 00:17:58
|
Revision: 1866 http://sourceforge.net/p/assorted/svn/1866 Author: yangzhang Date: 2013-08-24 00:17:56 +0000 (Sat, 24 Aug 2013) Log Message: ----------- Add bitrot running script Added Paths: ----------- configs/trunk/src/cron/bitrot.bash Added: configs/trunk/src/cron/bitrot.bash =================================================================== --- configs/trunk/src/cron/bitrot.bash (rev 0) +++ configs/trunk/src/cron/bitrot.bash 2013-08-24 00:17:56 UTC (rev 1866) @@ -0,0 +1,8 @@ +# 09 4 * * Sun bash -l /home/yang/.cron/bitrot.bash + +workon bitrot + +for dir in /media/yang/ /mnt/store/yang/ ; do + ( cd "$dir"; bitrot; ) & +done +wait This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |