代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/239312/4602417
do_square
#!/bin/bash
# Scriptname: do_square
function square {
local sq # sq is local to the function
let "sq=$1 * $1"
echo "Number to be squared is $1."
echo "The result is $sq "
}
echo "Give me a
www.eeworm.com/read/233925/4663516
run
#! /bin/bash
echo Generating dataset
../Generator 1000 > mix
echo Creating new MVR-Tree and Querying
../MVRTreeLoad mix tree 20 intersection > res
echo Running exhaustive search
../Exhaustive mix i
www.eeworm.com/read/227259/4776643
sh mkrootfs.sh
#!/bin/bash
#
# mkrootfs.sh - creates a root file system
#
# TODO: need to add checks here to verify that busybox, uClibc and bzImage
# exist
# command-line settable variables
BUSYBOX_DIR=..
UCLIBC
www.eeworm.com/read/200501/5064852
build-inter
#!/bin/bash
# Make an intermediate CA certificate/private key pair using a locally generated
# root certificate.
export EASY_RSA="${EASY_RSA:-.}"
"$EASY_RSA/pkitool" --interact --inter $*
www.eeworm.com/read/200501/5064858
build-key-pkcs12
#!/bin/bash
# Make a certificate/private key pair using a locally generated
# root certificate and convert it to a PKCS #12 file including the
# the CA certificate as well.
export EASY_RSA="${EASY_R
www.eeworm.com/read/190346/5184579
wcgrep
#!/bin/bash
# Copyright 2004 Ben Reser
# Licensed under the terms subversion ships under or GPLv2.
# Useful for greping in a subversion working copy.
# Essentially it behaves the s
www.eeworm.com/read/184888/5244683
init openser.init
#!/bin/bash
#
# Startup script for OpenSER
#
# chkconfig: 345 85 15
# description: OpenSER is a fast SIP Proxy.
#
# processname: openser
# pidfile: /var/run/openser.pid
# config: /etc/openser/openser.
www.eeworm.com/read/183010/5258483
sh sim.sh
#!/bin/bash
#
# This script runs RTL and gate-level simulation using different simultion tools.
# Right now Cadence Verilog-XL and NCSim are supported.
#
# Author: Damjan Lampret
#
#
# User definiti
www.eeworm.com/read/175066/5350543
sslexplorer rc.sslexplorer
#!/bin/bash
#
# Init file for SSL Explorer daemon
#
if [ -f /etc/sslexplorer/service.conf ]
then source /etc/sslexplorer/service.conf
fi
exec ${SSLEXPLORER_HOME}/install/platforms/linux/sslexplorer
www.eeworm.com/read/349752/3140306
build-inter
#!/bin/bash
# Make an intermediate CA certificate/private key pair using a locally generated
# root certificate.
export EASY_RSA="${EASY_RSA:-.}"
"$EASY_RSA/pkitool" --interact --inter $*