source: projects/update-watch/tags/1.0.3/update-watch.cron @ 175

Revision 175, 145 bytes checked in by kazutaka, 15 years ago (diff)

update-watch をインポート

  • Property svn:executable set to *
Line 
1#!/bin/sh
2#
3# execute daily apt-get upate for update-watch
4
5if [ -x /usr/bin/update-watch ]; then
6    /usr/bin/apt-get update 2>&1 >/dev/null
7fi
Note: See TracBrowser for help on using the repository browser.