代码搜索:bash

找到约 5,321 项符合「bash」的源代码

代码结果 5,321
www.eeworm.com/read/182103/5270053

do-bare-bsp-build

#!/bin/bash # # $Id: do-bare-bsp-build,v 1.2 1998/08/20 22:04:06 joel Exp $ # # RTEMS Bare BSP Build Script. # # This is designed to allow recording of stdout to log. The log # forms part of a clean b
www.eeworm.com/read/168845/5429713

sh nightly.sh

#!/bin/bash # This script create a nightly tarball of Boost.Build V2 # and updates the web site. # Create the packages set -e cd /tmp rm -rf boost-build cvs -d :ext:vladimir_prus@cvs.source
www.eeworm.com/read/341356/3252519

sh ueilist.sh

#!/bin/bash show_help () { cat
www.eeworm.com/read/341356/3252529

sh find_jarfile.sh

#!/bin/bash VERSION_BUILD_FIND_JARFILE='1.2' PACKAGES="$PACKAGES FIND_JARFILE" JAR_SEARCH_PATH="$OPENNMS_HOME/lib/updates $PREFIX/lib $OPENNMS_HOME/lib /usr/share/java" # set_jarfile () # input :
www.eeworm.com/read/341356/3252779

mkinstalldirs

#! /bin/bash # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Public domain # $Id: mkinstalldirs 333 2003-02-07 01:16:29Z tarus
www.eeworm.com/read/334125/3372667

ignore .ignore

*.class *.dll *.exe *.exp *.jar *.lib *.lnk *.map *.new *.old *.pdb *.res *.sln *.suo *.sym *.tmp *.sav .ICEauthority .bash_history .changes .cvsignore .esd_auth .fonts.cache-1 .viminfo make.dep thumb
www.eeworm.com/read/333835/3381652

sh run-llog.sh

#!/bin/bash load_llog_test() { grep -q llog_test /proc/modules && return # Module should have been placed with other lustre modules... modprobe llog_test 2>&1 | grep -v "llog_test not fou
www.eeworm.com/read/327225/3463202

tests var_expand_in_redir.tests

if test $# = 0; then exec "$THIS_SH" "$0" abc "d e" fi echo TEST1 >"$1.out" echo TEST2 >"$2.out" # bash says: "$@.out": ambiguous redirect # ash handles it as if it is '$*' - we do the same echo
www.eeworm.com/read/327225/3463257

tests var_expand_in_redir.tests

if test $# = 0; then exec "$THIS_SH" "$0" abc "d e" fi echo TEST1 >"$1.out" echo TEST2 >"$2.out" # bash says: "$@.out": ambiguous redirect # ash handles it as if it is '$*' - we do the same echo
www.eeworm.com/read/318961/3559943

tests var_expand_in_redir.tests

if test $# = 0; then exec "$THIS_SH" "$0" abc "d e" fi echo TEST1 >"$1.out" echo TEST2 >"$2.out" # bash says: "$@.out": ambiguous redirect # ash handles it as if it is '$*' - we do the same echo