source: projects/update-watch/trunk/update-watch.cron @ 1274

Revision 1274, 146 bytes checked in by kazutaka, 14 years ago (diff)

1.1.2 での変更点をマージ

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