代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/268797/11121616

in hanoi.sh.in

#!@BASH_PROG@ # $Id: hanoi.sh.in,v 1.7 2006/12/10 18:08:50 rockyb Exp $ # Towers of Hanoi # We've added calls to set line tracing if the 1st argument is "trace" init() { # We want to test _Dbg_set_
www.eeworm.com/read/411988/11218365

svn-base readme.rpxlite.svn-base

# Porting U-Boot onto RPXlite board # Written by Yoo. Jonghoon # E-Mail : yooth@ipone.co.kr # IP ONE Inc. # Since 2001. 1. 29 # Shell : bash # Cross-compile tools : Montavista Hardhat # Debugging to
www.eeworm.com/read/411988/11218456

rpxlite readme.rpxlite

# Porting U-Boot onto RPXlite board # Written by Yoo. Jonghoon # E-Mail : yooth@ipone.co.kr # IP ONE Inc. # Since 2001. 1. 29 # Shell : bash # Cross-compile tools : Montavista Hardhat # Debugging to
www.eeworm.com/read/187681/8610150

lin loader.lin

#!/bin/bash export QTDIR=/usr/lib/ezx export LD_LIBRARY_PATH=$QTDIR/lib export EZX_RES_FONT_PATH=$QTDIR/lib/fonts if [ "$2" = "" ] then # A780/E680/E680i, enable USB LAN if [ -d /diska/.syste
www.eeworm.com/read/285751/8820382

c runfunctrace.c

#! /bin/bash rm -r -f asterisk-1.2.19 tar zxvf asterisk-1.2.19.tar.gz if [ -e "$1" ] then : else echo "no \$1" exit fi DIR=$1 #rm -r -f asterisk-1.2.19 #tar zxvf asterisk-1.2.19.tar.gz #DIR=ast
www.eeworm.com/read/374494/9402868

tst-useradd

#!/bin/bash export LANG=C TEMPDIR=`mktemp -d tests.XXXXXX` touch $TEMPDIR/passwd cat $TEMPDIR/group root:x:0:bigsister bin:x:1:daemon uucp:x:14: dialout:x:16: audio:x:17: floppy:x:19: utmp
www.eeworm.com/read/373012/9478875

cvs readme.cvs

$Id: README.cvs,v 1.2 2003/03/18 01:50:17 geuzaine Exp $ 0) Set the variable CVS_RHS to ssh ('export CVS_RHS=ssh' with bash, or 'setenv CVS_RHS ssh' with tcsh) 1) The first time you want to do
www.eeworm.com/read/277477/10633145

build-ipk

#!/bin/bash #$Date: 2004/07/31 17:18:56 $ DEST=DIST IME=murphypinyin.tar IPKDIR=IPK IPKSH=/root/Zaurus-dev/ipkg-build.sh VER=0.03 pre_make(){ echo "recreating "$IPKDIR rm -f *.ipk rm -f
www.eeworm.com/read/444452/7612554

sh build_linux.sh

#!/bin/bash OPENCV=/cbcl/cbcl01/sharat/opencv LIBTIFF=/cbcl/cbcl01/sharat/libtiff PKG_CONFIG_PATH=$OPENCV/lib/pkgconfig PATH=$PATH:$OPENCV/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPENCV/lib:$LIBTIFF/lib
www.eeworm.com/read/438832/7725298

sh horserace.sh

#!/bin/bash # horserace.sh: 一个非常简单的模拟赛马的游戏. # 作者: Stefano Palmeri # 经过授权可以在本书中使用. ################################################################ # 脚本目的: # 使用转义序列和终端颜色进行游戏. # # 练习: # 编辑脚本,