代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/342636/3231789
sh generator.sh
#!/bin/bash
# $Id: generator.sh 9537 2006-10-12 16:27:13Z nijel $
#
# Shell script that adds a new function file using a template. Should not be called directly
# but instead by template_Generator.sh
www.eeworm.com/read/333835/3381671
sh oos.sh
#!/bin/bash
set -e
#set -vx
export PATH=`dirname $0`/../utils:$PATH
LFS=${LFS:-lfs}
MOUNT=${MOUNT:-$1}
MOUNT=${MOUNT:-/mnt/lustre}
OOS=$MOUNT/oosfile
TMP=${TMP:-/tmp}
LOG=$TMP/ooslog
SUCCESS=1
rm
www.eeworm.com/read/322770/3520717
sh start_mplayer.sh
#!/bin/bash
# JRemCntl - Copyright (C) 2007 Filippo Di Vattimo
# Version ${jrem.version}
. `dirname $0`/config.sh
JMPLAYERFE_JARS="$JREMLIBDIR"/jremcntl-tools.jar
JMPLAYER_PROP_FI
www.eeworm.com/read/320652/3543622
sed ldd-rewrite.sed
/LD_TRACE_LOADED_OBJECTS=1/a\
add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
# ldd is generated from elf/ldd.bash.in with the name
# of ld.so as generated in Makeconfig
# that name is replaced
www.eeworm.com/read/320652/3544003
sed ldd-rewrite.sed
/LD_TRACE_LOADED_OBJECTS=1/a\
add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
# ldd is generated from elf/ldd.bash.in with the name
# of ld.so as generated in Makeconfig
# that name is replaced
www.eeworm.com/read/311226/3686547
sh syn-sparql.sh
#!/bin/bash
# Query syntax examples
function fname
{
R="$1"
N="$2"
E="$3"
[ "$E" = "" ] && E="rq"
echo $(printf "$R%02d.$E" $N)
}
## Basic
N=0
N=$((N+1)) ; testGood $(fname "syn
www.eeworm.com/read/302096/3826909
sh test_rib_fea1.sh
#!/usr/bin/env bash
#
# $XORP: xorp/bgp/harness/test_rib_fea1.sh,v 1.11 2003/11/05 06:32:44 atanu Exp $
#
#
# Test BGP, RIB and FEA interaction.
#
# This script started with no arguments will start
www.eeworm.com/read/302096/3826910
sh test_routing2.sh
#!/usr/bin/env bash
#
# $XORP: xorp/bgp/harness/test_routing2.sh,v 1.9 2003/10/30 04:55:40 atanu Exp $
#
#
# Test basic BGP routing with three peers.
#
# This script started with no arguments will s
www.eeworm.com/read/302096/3826938
sh test_peering2.sh
#!/usr/bin/env bash
#
# $XORP: xorp/bgp/harness/test_peering2.sh,v 1.27 2003/11/04 10:08:44 mjh Exp $
#
#
# Feed saved data to our BGP process.
#
# This script started with no arguments will start a
www.eeworm.com/read/302096/3827809
in test_bgpmib.sh.in
#!/usr/bin/env bash
#
# $Header: /usr/local/share/doc/apache/cvs/xorp/mibs/tests/test_bgpmib.sh.in,v 1.32 2003/09/30 00:06:08 hodson Exp $
#
#
# Test the BGP MIB
#
# This script started with no argume