代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/440773/1789678

make-results

#!/bin/bash #DIR="Tests/" DIR="" if [ $# -eq 0 ] then FILES="${DIR}rdf-test-*.n3" else FILES="$@" fi for x in $FILES do #echo $x B="$(basename $x .n3)" # Test
www.eeworm.com/read/440317/1798971

init ripd.init

#!/bin/bash # # chkconfig: - 16 84 # description: A RIP routing engine for use with Zebra # # processname: ripd # config: /etc/ripd.conf # source function library . /etc/rc.d/init.d/functions RETVAL
www.eeworm.com/read/438354/1825678

sh auto_checkin.sh

#! /bin/bash for each_file in $(ls -A $1); do echo $each_file cleartool mkelem -nc $each_file cp -f $1/$each_file . cleartool ci $each_file done
www.eeworm.com/read/436905/1842381

wikify_latest_changelog

#!/bin/bash ## This file is part of the aMule Project ## ## Copyright (c) 2006-2008 Angel Vidal (Kry) ( kry@amule.org ) ## Copyright (c) 2006-2008 aMule Project ( http://www.amule-projec
www.eeworm.com/read/432906/1886870

dataseghack

#!/bin/bash awk \ 'BEGIN { }\ /^\.text/,/DATA_SEG_DEFS_HERE/ { print }\ END { }'\ $1 > temp.awk.1 awk \ 'BEGIN { i = 0; last = "hello" }\ /BLOCK_STRINGS_BEGIN/,/^\.bss/ { if ( i > 1 ) {
www.eeworm.com/read/432906/1887671

vnet-insert

#!/bin/bash # Insert the vnet module if it can be found and # it's not already there. vnet_insert () { local module="vnet_module" local mod_dir=/lib/modules/$(uname -r) local mod_obj=""
www.eeworm.com/read/414605/2143175

ip-up

#!/bin/bash # This file should not be modified -- make local changes to # /etc/ppp/ip-up.local instead LOGDEVICE=$6 REALDEVICE=$1 export PATH=/sbin:/usr/sbin:/bin:/usr/bin echo "$REALDEVICE" > /va
www.eeworm.com/read/411046/2196863

sh servicemanagertest.sh

#!/bin/bash # # $Id: ServiceManagerTest.sh,v 1.1 2001/10/26 21:47:53 icahoon Exp $ # MACHINE="$(uname).$(uname -m)" APP=ServiceManagerTest if [ -x ./bin.debug.${MACHINE} ] then for FLAGS in "-f" d
www.eeworm.com/read/409921/2223131

mcfn_install

#/bin/sh # prefix=/usr/local if test -n `echo $prefix | grep prefix`; then prefix=/usr/local fi if test x$BASH = x; then BASHRC= else BASHRC=~/.bashrc fi if test "x$EUID" = x0;
www.eeworm.com/read/407756/2258876

todebug

#!/bin/bash # Scriptname: todebug name="Joe Shmoe" if [[ $name == "Joe Blow" ]] then printf "Hello $name\n" fi declare -i num=1 while (( num < 5 )) do let num+=1 done printf "The total