All pastes #2046087 Raw Edit

Untitled

public shellscript v1 · immutable
#2046087 ·published 2011-04-13 18:11 UTC
rendered paste body
#!/bin/bash/usr/bin/apt-get -qq    update  >  /root/apt-notify.txt/usr/bin/apt-get -qq -s upgrade >> /root/apt-notify.txtif [ -s /root/apt-notify.txt ]; then        /root/apt-notify.phpfi