代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/268797/11121578
tests display.tests
#!/bin/sh
#$Id: display.tests,v 1.1.1.1 2006/01/02 23:34:26 rockyb Exp $
if test -z $srcdir ; then
srcdir=`pwd`
fi
cmdfile=display.cmd
debugged_script=dbg-test1.sh
$BASH ${TOP_BUILDDIR}bashdb -B
www.eeworm.com/read/268797/11121658
tests sig.tests
#!/bin/sh
#$Id: sig.tests,v 1.1.1.1 2006/01/02 23:34:26 rockyb Exp $
if test -z $srcdir ; then
srcdir=`pwd`
fi
cmdfile=sig.cmd
debugged_script=sig.sh
$BASH ${TOP_BUILDDIR}bashdb -B -q -L .. -x $
www.eeworm.com/read/334836/12570771
build
#! /bin/sh
#this bash used to compiler the SEU-3D project
## Created By Xu Yuan @2005-9-20
## modify By Xu Yuan @ 2006-12-5
LOGFILE='build.log'
echo '###
www.eeworm.com/read/237003/13984205
includes
#!/bin/bash
if test -z $1; then
echo Use: includes [usual g++ command line]
echo e.g. includes foo.cpp -I /usr/src/Blitz++
echo This shows bytes included from all header files.
exit 1
fi
wc -c `g
www.eeworm.com/read/200392/15434253
makefile
#!/bin/bash
INCLUDEDIR = /usr/include
CFLAGS = -D__KERNEL__ -DMODULE -DCLONE -D__NO_VERSION__ -D_DUMP -DSINGLE_PACKET -D_GA622T_ -DINTR_HOLDOFF -DMEMMAPPED_IO -D_DBG -DPHY_INTR -DFAILURE_MESSAGES -D
www.eeworm.com/read/113381/15457045
reload
#! /bin/bash
single_user_mode()
{
klogconsole -l 8 -r 0
killall5
mount -o remount,ro /
}
#single_user_mode
umount /proc/bus/usb
rmmod uhci
rmmod usb-uhci
rmmod usb-ohci
rmmod audio
rmmod dabusb
www.eeworm.com/read/288617/8618225
sh qt_host_run.sh
#! /bin/bash
#qt_host
cd /usr/local/arm/qt/
export TMAKEDIR=$PWD/tmake-1.13
export QT2DIR=$PWD/qt-2.3.2
export QTEDIR=$PWD/qt-2.3.10-host
export TMAKEPATH=$TMAKEDIR/lib/linux-g++
export PATH=$QTED
www.eeworm.com/read/182007/9222126
wlan0dhcp
#!/bin/bash
cp ifcfg-wlan0 /etc/sysconfig/network-scripts/
dhclient wlan0
var1=`ifconfig wlan0 |awk '/inet/{print $2}'|awk -F: '{print $2}'`
rm -f /etc/sysconfig/network-scripts/ifcfg-wlan0
echo
www.eeworm.com/read/378140/9250186
build
#!/bin/bash
ROOT_DIR="/usr/src/arm-linux-2.6/target"
False_Act()
{
cat mk.err
exit 1
}
make modules 2> mk.err || False_Act
[ -f $ROOT_DIR/.config ] && . $ROOT_DIR/.config
COPY_MODULE()
{
www.eeworm.com/read/374494/9402885
tst-groupadd
#!/bin/bash
export LANG=C
TEMPDIR=`mktemp -d tests.XXXXXX`
cat $TEMPDIR/group
root:x:0:bigsister
bin:x:1:daemon
uucp:x:14:
dialout:x:16:
audio:x:17:
floppy:x:19:
utmp:x:22:
video:x:33:
EOT