代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/230924/14268933
sh run.sh
#!/bin/bash
JAVA=java
# Different initialization parameters
MIN_PATH_LEN=2
MAX_PATH_LEN=15
TYPES=( a b c d e f )
for TYPE in ${TYPES[@]}
do
PATH_LEN=${MIN_PATH_LEN}
while [ ${PATH_LEN} -le ${MA
www.eeworm.com/read/123453/14630463
sh stats.sh
#!/bin/bash
logdir="var/tmp"
http="public_html/web/stats"
cd /home/kannel || exit 1
old=""
rm -f $logdir/*.log
cat var/log/bearerbox_access.log$old | bin/multi-line.pl | bin/split.pl "$logdir/"
www.eeworm.com/read/123453/14631023
sh stats.sh
#!/bin/bash
logdir="var/tmp"
http="public_html/web/stats"
cd /home/kannel || exit 1
old=""
rm -f $logdir/*.log
cat var/log/bearerbox_access.log$old | bin/multi-line.pl | bin/split.pl "$logdir/"
www.eeworm.com/read/119608/14825458
rc jabberd.rc
#!/bin/bash
#
# Raymond 25DEC2003 support@bigriverinfotech.com
# /etc/rc.d/init.d/jabberd2
# init script for jabberd2 processes
# Tested under jabberd-2.0rc2 and Fedora 1.0 only
#
# processname: jabbe
www.eeworm.com/read/119112/14838966
testscript2
#!/bin/bash
i=1
while [ $i -lt 10 ]; do
./gen
j=1
while [ $j -lt 50 ]; do
./ibe key_from_master_shares ben share
echo Run $i.$j:
echo Generating random ptext.old...
dd if=/dev/urandom
www.eeworm.com/read/113948/15120100
build-ipk
#!/bin/bash
#$Date: 2004/07/31 17:18:56 $
DEST=DIST
IME=murphypinyin.tar
IPKDIR=IPK
IPKSH=/root/Zaurus-dev/ipkg-build.sh
VER=0.03
pre_make(){
echo "recreating "$IPKDIR
rm -f *.ipk
rm -f
www.eeworm.com/read/11139/204052
run
#!/bin/bash
make micaz sim
for t in test-equal.py test-asym.py test-unequal.py
do
echo Running $t...
python $t > `basename $t .py`.log
done
make clean
for l in test-equal.log test-as
www.eeworm.com/read/16793/690943
fman
#! /bin/bash
#
# original from:
# fman: new man program
# @(#) fman.ksh 1.5 94/04/16
# 91/07/03 john h. dubois iii (john@armory.com)
# 91/07/11 made it unpack man pages if neccessary
# 91/07/16 fixed