代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/389758/2538884

lin loader.lin

#!/bin/bash . /home/native/.profile export QTDIR=/usr/lib/ezx my_alert='/usr/SYSqtapp/phone/alertprocess' my_mid1="/usr/SYSqtapp/sound/beep.wav" $my_alert -playvol 3 -playfile $my_mid1 exec "$2"
www.eeworm.com/read/389758/2538886

lin swapmem.lin

#!/bin/bash export QTDIR=/usr/lib/ezx my_alert='/usr/SYSqtapp/phone/alertprocess' my_alert='/usr/SYSqtapp/phone/alertprocess' my_mid1="/usr/SYSqtapp/sound/ding.mid" my_mid2="/usr/SYSqtapp/sound/dingdo
www.eeworm.com/read/351636/3106322

sh ibsr.experiment.sh

#!/bin/bash /share/bin-linux/insight/bin/ExpectationMaximizationIBSRValidationApp --images /share/work/data/ibsr/20Normals_T1_brain/100_23.mhd --mask /share/work/data/ibsr/20Normals_T1_seg/100_23.m
www.eeworm.com/read/394465/8223346

run

#! /bin/env bash vlog ../src/generic_ahb_arbiter.v vlog ../bench/bench_generic_ahb_arbiter.v vsim -c -novopt bench_generic_arbiter_full -do "log -r /*; run -all ;quit -f " 2>&1|tee transcript.log
www.eeworm.com/read/367275/9763082

testscript2

#!/bin/bash i=1 while [ $i -lt 10 ]; do ./gen j=1 while [ $j -lt 50 ]; do ./ibe key_from_master_shares ben share echo Run $i.$j: echo Generating random ptext.old... dd if=/dev/urandom
www.eeworm.com/read/268797/11121475

tests subshell1.tests

#!/bin/sh #$Id: subshell1.tests,v 1.1.1.1 2006/01/02 23:34:26 rockyb Exp $ if test -z $srcdir ; then srcdir=`pwd` fi cmdfile=subshell1.cmd debugged_script=subshell.sh $BASH ${TOP_BUILDDIR}bashdb
www.eeworm.com/read/268797/11121523

tests debug.tests

#!/bin/sh #$Id: debug.tests,v 1.1.1.1 2006/01/02 23:34:26 rockyb Exp $ if test -z $srcdir ; then srcdir=`pwd` fi cmdfile="debug.cmd" debugged_script="debug.sh" $BASH ${TOP_BUILDDIR}bashdb -B -q
www.eeworm.com/read/268797/11121569

tests complete.tests

#!/bin/sh #$Id: complete.tests,v 1.1 2006/03/15 12:31:06 rockyb Exp $ if test -z $srcdir ; then srcdir=`pwd` fi cmdfile="complete.cmd" debugged_script="dbg-test1.sh" $BASH ${TOP_BUILDDIR}bashdb
www.eeworm.com/read/268797/11121589

tests tbreak.tests

#!/bin/sh #$Id: tbreak.tests,v 1.1.1.1 2006/01/02 23:34:27 rockyb Exp $ if test -z $srcdir ; then srcdir=`pwd` fi cmdfile="tbreak.cmd" debugged_script="dbg-test1.sh" $BASH ${TOP_BUILDDIR}bashdb
www.eeworm.com/read/268797/11121644

tests subshell2.tests

#!/bin/sh #$Id: subshell2.tests,v 1.1.1.1 2006/01/02 23:34:26 rockyb Exp $ if test -z $srcdir ; then srcdir=`pwd` fi cmdfile=subshell2.cmd debugged_script=subshell.sh $BASH ${TOP_BUILDDIR}bashdb