代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/453168/1642102
tests shift1.tests
$THIS_SH -c 'shift; echo "$@"' 0 1 2 3 4
#We do abort on -1, but then we abort. bash executes echo.
$THIS_SH -c 'shift -1; echo "$@"' 0 1 2 3 4
$THIS_SH -c 'shift 0; echo "$@"' 0 1 2 3 4
$THIS_SH
www.eeworm.com/read/215896/4900469
checkhc
#! /bin/bash
args="-x 2000 -t 0.00002 -a 1.00 -A 100.0 -b shr -C false -w 0.012 -R 2 -n 500 -e 500 -p 0.028 -i 40.0 -S false -u false -s 10 -l 0.100 "
seedList="4 5 7 98 101 564 840 1532 2100 3692"
f
www.eeworm.com/read/333835/3382637
sh genlib.sh
#!/bin/bash
#set -xv
set -e
AR=/usr/bin/ar
LD=/usr/bin/ld
RANLIB=/usr/bin/ranlib
CWD=`pwd`
LIBS=$1
LND_LIBS=$2
PTHREAD_LIBS=$3
# do cleanup at first
rm -f liblst.so
ALL_OBJS=
build_obj_list() {
www.eeworm.com/read/275644/4172908
sh test.sh
#!/bin/bash
gameinfo=`exteamname record.log`
team1=`echo $gameinfo | cut -d' ' -f1`
score1=`echo $gameinfo | cut -d' ' -f2`
team2=`echo $gameinfo | cut -d' ' -f3`
score2=`echo $gameinfo | cut -d' ' -
www.eeworm.com/read/431110/1912746
tft
#!/bin/bash
#
# RCSID $Id: tft,v 1.4 2002/04/24 07:36:18 mcr Exp $
#
# This script is OBSOLETE -- rgb, May 6th, 1998
insmod ipsec.o
tncfg attach ipsec0 eth2
ifconfig ipsec0 10.2.0.143 up netmask 255.
www.eeworm.com/read/431110/1912749
ttn
#!/bin/bash
#
# RCSID $Id: ttn,v 1.4 2002/04/24 07:36:18 mcr Exp $
#
# This script is OBSOLETE -- rgb, May 6th, 1998
set +v
insmod ipsec.o
tncfg attach ipsec0 eth2
ifconfig ipsec0 10.2.0.143 up netmas
www.eeworm.com/read/428548/1958483
tests shift1.tests
$THIS_SH -c 'shift; echo "$@"' 0 1 2 3 4
#We do abort on -1, but then we abort. bash executes echo.
$THIS_SH -c 'shift -1; echo "$@"' 0 1 2 3 4
$THIS_SH -c 'shift 0; echo "$@"' 0 1 2 3 4
$THIS_SH
www.eeworm.com/read/389758/2538889
lin crazyskin.lin
#!/bin/bash
export QTDIR=/usr/lib/ezx
my_alert='/usr/SYSqtapp/phone/alertprocess'
my_mid1="/usr/SYSqtapp/sound/ding.mid"
my_mid2="/usr/SYSqtapp/sound/dingdong.mid"
my_mid3="/usr/SYSqtapp/sound/beep.wa
www.eeworm.com/read/381830/2640307
tft
#!/bin/bash
#
# RCSID $Id: tft,v 1.3 1999/04/06 04:54:35 rgb Exp $
#
# This script is OBSOLETE -- rgb, May 6th, 1998
insmod ipsec.o
tncfg attach ipsec0 eth2
ifconfig ipsec0 10.2.0.143 up netmask 255.
www.eeworm.com/read/381830/2640310
ttn
#!/bin/bash
#
# RCSID $Id: ttn,v 1.3 1999/04/06 04:54:36 rgb Exp $
#
# This script is OBSOLETE -- rgb, May 6th, 1998
set +v
insmod ipsec.o
tncfg attach ipsec0 eth2
ifconfig ipsec0 10.2.0.143 up netmas