代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/175066/5350541

getsysprop

#!/bin/bash cd /usr/lib/sslexplorer CP=/etc/sslexplorer for i in lib/*.jar do CP="${CP}:${i}" done if [ -z "${JAVA_HOME}" ] then echo "$0: Your JAVA_HOME environment variable is not set." >&2
www.eeworm.com/read/175066/5350544

setup-sslexplorer

#!/bin/bash cd /usr/lib/sslexplorer CP=/etc/sslexplorer for i in lib/*.jar do CP="${CP}:${i}" done if [ -z "${JAVA_HOME}" ] then echo "$0: Your JAVA_HOME environment variable is not set." >&2
www.eeworm.com/read/175066/5350545

hsqldb-manager

#!/bin/bash # HSQLDB manager launcher script JAVA_LOCATION=${JAVA_HOME} JAVA_ARGS= # Start HSQLDB manager if [ -n "${JAVA_LOCATION}" -a -x "${JAVA_LOCATION}/bin/java" ] then cd /usr/lib/sslexplorer
www.eeworm.com/read/347706/3163947

svn-base mastercsvexists.svn-base

#!/bin/bash MASTERCSV="/var/log/asterisk/cdr-csv/Master.csv" STATICHTTP="/var/lib/asterisk/static-http/" if [ `whoami` != "root" ]; then echo "Error: You must be root to run this script." exit 1 f
www.eeworm.com/read/341356/3252520

sh archive_events.sh

#!/bin/bash PWD_CMD=`which pwd 2>&1 | grep -v "no pwd in" | grep -v "shell built-in command"` [ -z "$PWD_COMMAND" ] && [ -x /bin/pwd ] && PWD_CMD="/bin/pwd" if [ `expr "$0" : '\(.\)'` = "/" ]; then
www.eeworm.com/read/341356/3252523

sh node_outage_test.sh

#!/bin/bash PWD_CMD=`which pwd 2>&1 | grep -v "no pwd in" | grep -v "shell built-in command"` [ -z "$PWD_COMMAND" ] && [ -x /bin/pwd ] && PWD_CMD="/bin/pwd" if [ `expr "$0" : '\(.\)'` = "/" ]; then
www.eeworm.com/read/341356/3252528

sh ld_path.sh

#!/bin/bash VERSION_LD_PATH='$Revision: 716 $' PACKAGES="$PACKAGES LD_PATH" # add_ld_path () # input : a path to add to the (DY)LD_LIBRARY_PATH # output: true if successful add_ld_path () { if
www.eeworm.com/read/339586/3296704

copyto

#!/bin/bash if test "x$@" = "x" ; then echo "Usage copyto " exit -1; fi cp addsimple.patch $@ tar cf - `find pixmaps -name CVS -prune -o -type f -print ` | (cd $@; tar xf -) tar cf -
www.eeworm.com/read/338072/3324817

sh serviceapplicationtest.sh

#!/bin/bash # # $Id: ServiceApplicationTest.sh,v 1.5 2001/11/01 07:03:07 icahoon Exp $ # MACHINE="$(uname).$(uname -m)" if [ -x ./bin.debug.${MACHINE} ] then echo -e "./bin.debug.${MACHINE}/Servi
www.eeworm.com/read/338072/3324988

sh getopttest.sh

#!/bin/bash # MACHINE=$(uname).$(uname -m) if [ -x ./bin.debug.${MACHINE} ] then echo -e " ./bin.debug.${MACHINE}/GetOptTest This is a -a -b -c foo -d bar -0 -1 -2 -x -xa --add 1 --append --close --