全部博文(168)
发布时间:2013-09-25 10:57:34
点击(此处)折叠或打开# cat /usr/local/bin/xmlrpc-client.sh#!/bin/bash# author jiyin@redhat.comTEMP=`getopt -o vt: --long target -n 'example.bash' -- "$@"`if [ $? != 0 ] ; then echo "getopt fail, terminating...".........【阅读全文】
发布时间:2013-08-31 14:39:00
点击(此处)折叠或打开#!/bin/sh# filename: msmtp_send# Copyright 2010 wkt # modified by yinjianhong, used for send review request mail.# modified by jiali, add option for cc|to.........【阅读全文】
发布时间:2013-08-31 14:21:19
点击(此处)折叠或打开#!/bin/bash#author: yin-jianhong@redhat.comdir=.kkk$$pkglist=`rpm -q --qf "%{NAME}\n" "$@" | sort -u | xargs`name=${pkglist// /__}.........【阅读全文】
发布时间:2013-08-31 14:02:42
点击(此处)折叠或打开#include #include #include #include #include #include #include #include .........【阅读全文】