代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/194563/5128686
cxx lexbash.cxx
// Scintilla source code edit control
/** @file LexBash.cxx
** Lexer for Bash.
**/
// Copyright 2004-2005 by Neil Hodgson
// Adapted from LexPerl by Kein-Hong Man
www.eeworm.com/read/194535/5131411
cxx lexbash.cxx
// Scintilla source code edit control
/** @file LexBash.cxx
** Lexer for Bash.
**/
// Copyright 2004-2005 by Neil Hodgson
// Adapted from LexPerl by Kein-Hong Man
www.eeworm.com/read/190056/5190349
cxx lexbash.cxx
// Scintilla source code edit control
/** @file LexBash.cxx
** Lexer for Bash.
**/
// Copyright 2004-2005 by Neil Hodgson
// Adapted from LexPerl by Kein-Hong Man
www.eeworm.com/read/186901/5229419
sh check_lang.sh
#!/bin/bash
# $Id: check_lang.sh,v 1.2 2003/01/01 22:26:36 nijel Exp $
##
# Shell script to check that all language files are syncronized
# Catches duplicate/missing strings
#
# Robin Johnson
www.eeworm.com/read/182103/5269321
in looptest.in
#!@KSH@ -p
#
# $Id: looptest.in,v 1.1 1998/10/14 20:19:20 joel Exp $
#
# progname=`basename $0`
progname=${0##*/} # fast basename hack for ksh, bash
# must be uppercase hex; dc is feeble mind
www.eeworm.com/read/180227/5287772
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/180137/5290038
rh zebrasrv.rh
#!/bin/bash
#
# chkconfig: 2345 85 15
# description: Redhat init.d zebrasrv script.
# processname: zebrasrv
# source function library
. /etc/rc.d/init.d/functions
zebradir=/home/meta/silkeborg/db
sr
www.eeworm.com/read/177477/5325615
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/171934/5391108
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/169063/5428862
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