代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/438086/1827551
init syslog-ng.init
#!/bin/bash
#
# syslog-ng This starts and stops syslog-ng
#
# chkconfig: 2345 12 88
# description: syslog-ng is an alternative system logger
# processname: syslog-ng
# pidfile: /var/run/syslog-ng.pid
www.eeworm.com/read/429793/1945884
sh make-spc-set-dir.sh
#!/bin/bash
sourcedir=/mnt/torrent-downloads/spcsets
# ^ The directory where you have saved the downloaded data from spcsets.torrent,
# available at http://snesmusic.org/v2/torrent.php
destdir=/mn
www.eeworm.com/read/424059/2019995
run_all
#!/bin/bash
#LOG="TEST-`date '+%F'`.log"
LOG=currentlog.log
MAIL=0
CVS=0
PROGNAME=`basename $0`
Usage() {
echo >&2 "$PROGNAME:" "$@"
echo >&2 "Usage: $PROGNAME [-cvs] [-mail]"
exit 10
}
while
www.eeworm.com/read/411046/2196862
sh serviceapplicationtest.sh
#!/bin/bash
#
# $Id: ServiceApplicationTest.sh,v 1.5 2001/11/01 07:03:07 icahoon Exp $
#
MACHINE="$(uname).$(uname -m)"
if [ -x ./bin.debug.${MACHINE} ]
then
echo -e "./bin.debug.${MACHINE}/Servi
www.eeworm.com/read/411046/2197033
sh getopttest.sh
#!/bin/bash
#
MACHINE=$(uname).$(uname -m)
if [ -x ./bin.debug.${MACHINE} ]
then
echo -e " ./bin.debug.${MACHINE}/GetOptTest This is a -a -b -c foo -d bar -0 -1 -2 -x -xa --add 1 --append --close --
www.eeworm.com/read/407756/2258877
opts2
#!/bin/bash
# Program: opts2
# Using getopts -- Second try --
while getopts xy options 2> /dev/null
do
case $options in
x) echo "you entered -x as an option";;
y) echo "you entered -y as an option
www.eeworm.com/read/407519/2262828
sh install.sh
#!/bin/bash
prefix=${1:-"/usr/local/dolfin"}
echo "Install DOLFIN from hg in $prefix"
builddir=$(mktemp -dt boostbuild)
cd $builddir
hg clone http://www.fenics.org/hg/dolfin
cd dolfin
cputype=$(u
www.eeworm.com/read/407519/2262830
sh install.sh
#!/bin/bash
prefix=${1:-"/usr/local/boost"}
echo "Install Boost 1.34.1 in $prefix"
builddir=$(mktemp -dt boostbuild)
cd $builddir
curl -O http://kent.dl.sourceforge.net/sourceforge/boost/boost_1_3
www.eeworm.com/read/407519/2262837
sh install.sh
#!/bin/bash
prefix=${1:-"/usr/local/hypre"}
echo "Install Hypre 2.0.0 in $prefix"
builddir=$(mktemp -dt hyprebuild)
#copy files needed by Mac OS X
cp hypre-* $builddir
cd $builddir
curl -O -k http