代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/101153/6237730
sh run.sh
#!/bin/bash
# script for starting the measurement example;
# example usage: ./run.sh minimize_jitter=0 period=300
# see rt_process.c for other parameters
make
rmmod rt_process
insmod rt_process $*
.
www.eeworm.com/read/100047/6274314
update
#!/bin/bash
# This is used for developers only. This script will not
# be of any use to any one else. Note it does NOT update
# old version of web e-mail.
make
mv email.cgi /home/httpd/cgi-bin/
cho
www.eeworm.com/read/494374/6375822
gdbline
#!/bin/bash
#
# $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $
#
# gdbline module image
#
# Outputs an add-symbol-file line suitable for pasting into gdb to examine
# a loaded module.
#
cd /sys/m
www.eeworm.com/read/410397/11288140
configure
#!/bin/bash
# configure adns
(cd adns; ./configure)
#configure larbin itself
cat /dev/null > config.h
cat /dev/null > config.make
if [ -e /proc/self/status ]; then
echo "#define HAS_PROC_SELF_S
www.eeworm.com/read/407760/11411133
mkrescue
#!/bin/bash
#
# mkrescue
#
# 30-Oct-2001 original version 1.0
#
# Revision history:
# 09-Apr-2002 John Coffman modify for lilo 22.3 1.1
# 09-Jun-2002 John Coffman get keyboard translation table 1.2
www.eeworm.com/read/407759/11411252
mkrescue
#!/bin/bash
#
# mkrescue
#
# 30-Oct-2001 original version 1.0
#
# Revision history:
# 09-Apr-2002 John Coffman modify for lilo 22.3 1.1
# 09-Jun-2002 John Coffman get keyboard translation table 1.2
www.eeworm.com/read/405393/11463561
gdbline
#!/bin/bash
#
# $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $
#
# gdbline module image
#
# Outputs an add-symbol-file line suitable for pasting into gdb to examine
# a loaded module.
#
cd /sys/m
www.eeworm.com/read/404558/11482744
caseans
#!/bin/bash
#caseans
echo -e "Do you wish to proceed [y..n]:\c"
read ANS
case $ANS in
y|Y|yes|Yes) echo "yes is selected"
;;
n|N|no|No) echo "no is selected"
exit 0
;;
*) echo "`basename $0`:
www.eeworm.com/read/404558/11482754
breakout
#!/bin/bash
while :
do
echo -n "enter any mumber [1..5]:"
read ANS
case $ANS in
1|2|3|4|5) echo "great you entered a mumber between 1 and 5"
;;
*) echo "wrong number..bye"
break
www.eeworm.com/read/154600/11943583
gdbline
#!/bin/bash
#
# $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $
#
# gdbline module image
#
# Outputs an add-symbol-file line suitable for pasting into gdb to examine
# a loaded module.
#
cd /sys/m