代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/302096/3826941
sh test_path_attribute1.sh
#!/usr/bin/env bash
#
# $XORP: xorp/bgp/harness/test_path_attribute1.sh,v 1.4 2003/11/04 02:27:20 mjh Exp $
#
#
# Test various
#
# This script started with no arguments will start all required proc
www.eeworm.com/read/292670/3950535
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/286817/4032183
sh clear.sh
#!/bin/bash
# JRemCntl - Copyright (C) 2007 Filippo Di Vattimo
# Version ${jrem.version}
. `dirname $0`/config.sh
"$JREMHOME/bin/linux/mplcmd.sh" quit
rm -f "$JREMWORKDIR/*.sem"
www.eeworm.com/read/286817/4032362
sh start_mplayer.sh
#!/bin/bash
# JRemCntl - Copyright (C) 2007 Filippo Di Vattimo
# Version 2.0.4
. `dirname $0`/config.sh
JMPLAYERFE_JARS="$JREMLIBDIR"/jremcntl-tools.jar
JMPLAYER_PROP_FILE=$JREMHO
www.eeworm.com/read/278320/4146426
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/273662/4201557
sh mucc-test.sh
#!/bin/bash
# more exercise than test...
SVN=subversion/svn/svn
MUCC=contrib/client-side/mucc
SL=subversion/svnlook/svnlook
#REPO=file://`pwd`/repo
REPO=svn://localhost/repo
#REPO=http://localhost:8
www.eeworm.com/read/273660/4202634
sh mucc-test.sh
#!/bin/bash
# more exercise than test...
SVN=subversion/svn/svn
MUCC=contrib/client-side/mucc
SL=subversion/svnlook/svnlook
#REPO=file://`pwd`/repo
REPO=svn://localhost/repo
#REPO=http://localhost:8
www.eeworm.com/read/431664/1905179
run_su_test
#! /bin/bash
rc=0
if $VALGRIND ./su_test ; then
echo PASS: multithread su_test
else
echo FAIL: multithread su_test failed
rc=1
fi
if $VALGRIND ./su_test -s ; then
echo PASS: singlet
www.eeworm.com/read/424983/2010880
sh template_generator.sh
#!/bin/bash
# $Id: template_generator.sh 9565 2006-10-17 09:23:00Z nijel $
#
# Shell script that adds a new mimetype with transform function.
#
# The filename should contain either 'mimetype_subtype'
www.eeworm.com/read/424983/2010891
sh template_generator_mimetype.sh
#!/bin/bash
# $Id: template_generator_mimetype.sh 9565 2006-10-17 09:23:00Z nijel $
#
# Shell script that adds a new mimetype without transform function.
#
# The filename should contain either 'mimety