代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/168945/5429309
linux
#!/bin/bash
# dhclient-script for Linux. Dan Halbert, March, 1997.
# Updated for Linux 2.[12] by Brian J. Murrell, January 1999.
# No guarantees about this. I'm a novice at the details of Linux
# netw
www.eeworm.com/read/166734/5473594
sh build_setup.sh
#!/bin/bash
# Build various setups..
# inputs:
# directory with the common media
Q3SETUPMEDIA=/home/timo/Id/Q3SetupMedia/quake3
# directory with binaries tree
Q3BINARIES=../install
# v
www.eeworm.com/read/163818/5509324
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/349752/3140294
clean-all
#!/bin/bash
# Initialize the $KEY_DIR directory.
# Note that this script does a
# rm -rf on $KEY_DIR so be careful!
if [ "$KEY_DIR" ]; then
rm -rf "$KEY_DIR"
mkdir "$KEY_DIR" && \
chmod go-
www.eeworm.com/read/342636/3231791
sh template_generator.sh
#!/bin/bash
# $Id: template_generator.sh 9537 2006-10-12 16:27:13Z nijel $
#
# Shell script that adds a new mimetype with transform function.
#
# The filename should contain either 'mimetype_subtype'
www.eeworm.com/read/342636/3231802
sh template_generator_mimetype.sh
#!/bin/bash
# $Id: template_generator_mimetype.sh 9537 2006-10-12 16:27:13Z nijel $
#
# Shell script that adds a new mimetype without transform function.
#
# The filename should contain either 'mimety
www.eeworm.com/read/341356/3252525
sh convert_db_to_unicode.sh
#!/bin/bash
if [ "`id -u`" -ne "0" ]; then
echo "You must run this utility as root!"
exit 1
fi
if [ -z "$3" ]; then
echo "usage: $0 [sql_file]"
exi
www.eeworm.com/read/337254/3342820
linux
#!/bin/bash
# dhclient-script for Linux. Dan Halbert, March, 1997.
# Updated for Linux 2.[12] by Brian J. Murrell, January 1999.
# No guarantees about this. I'm a novice at the details of Linux
# netw
www.eeworm.com/read/333835/3381631
sh llmountcleanup.sh
#!/bin/bash
export PATH=`dirname $0`/../utils:$PATH
NAME=${NAME:-local}
LUSTRE=${LUSTRE:-`dirname $0`/..}
. $LUSTRE/tests/test-framework.sh
init_test_env $@
. ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh}
c
www.eeworm.com/read/333377/3386114
linux
#!/bin/bash
# dhclient-script for Linux. Dan Halbert, March, 1997.
# Updated for Linux 2.[12] by Brian J. Murrell, January 1999.
# No guarantees about this. I'm a novice at the details of Linux
# netw