代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/283334/4084182

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/273665/4201314

update-pkginfo

#!/bin/bash VERSION=$1 RELEASE=$2 if [ $# -ne 2 ]; then echo Usage: update-pkginfo VERSION RELEASE exit 1 fi for f in `du -a | awk '{print $2}' | grep \.tmpl$`; do f2=`echo $f | sed
www.eeworm.com/read/440773/1791897

sh syn-sparql.sh

#!/bin/bash # Query syntax examples function fname { R="$1" N="$2" E="$3" [ "$E" = "" ] && E="rq" echo $(printf "$R%02d.$E" $N) } ## Basic N=0 N=$((N+1)) ; testGo
www.eeworm.com/read/440317/1798972

init ripngd.init

#!/bin/bash # # chkconfig: - 16 84 # description: A RIP routing engine for use with Zebra and IPv6 # # processname: ripngd # config: /etc/ripngd.conf # source function library . /etc/rc.d/init.d/func
www.eeworm.com/read/440317/1798974

init zebra.init

#!/bin/bash # # chkconfig: - 15 85 # description: GNU Zebra routing manager # # processname: zebra # config: /etc/zebra.conf # source function library . /etc/rc.d/init.d/functions RETVAL=0 [ -f /et
www.eeworm.com/read/440317/1798975

init ospfd.init

#!/bin/bash # # chkconfig: - 16 84 # description: An OSPF v2 routing engine for use with Zebra # # processname: ospfd # config: /etc/ospfd.conf # source function library . /etc/rc.d/init.d/functions
www.eeworm.com/read/440148/1800786

create-this-bsp

#!/bin/bash # # This script creates the hal_default Board Support Package (BSP). BSP_TYPE=hal BSP_DIR=. SOPC_DIR=../../.. # Run nios2-bsp utility to create a HAL BSP in this directory # for the syst
www.eeworm.com/read/438116/1827438

sh generator.sh

#!/bin/bash # $Id: generator.sh,v 2.0 2003/11/18 15:20:44 nijel Exp $ # # Shell script that adds a new function file using a template. Should not be called directly # but instead by template_Generator
www.eeworm.com/read/438116/1827440

sh template_generator.sh

#!/bin/bash # $Id: template_generator.sh,v 2.0 2003/11/18 15:20:45 nijel Exp $ # # Shell script that adds a new mimetype with transform function. # # The filename should contain either 'mimetype_subty
www.eeworm.com/read/438116/1827449

sh template_generator_mimetype.sh

#!/bin/bash # $Id: template_generator_mimetype.sh,v 2.0 2003/11/18 15:20:45 nijel Exp $ # # Shell script that adds a new mimetype without transform function. # # The filename should contain either 'mi