代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/193500/5143245

sh stats.sh

#!/bin/bash logdir="var/tmp" http="public_html/web/stats" cd /home/kannel || exit 1 old="" rm -f $logdir/*.log cat var/log/bearerbox_access.log$old | bin/multi-line.pl | bin/split.pl "$logdir/"
www.eeworm.com/read/177235/5331998

run

#!/bin/bash cd `dirname $0` PATH=..:$PATH . ../eval_tools.sh . test_fun . snmpfun.sh SNMP_SLEEP=${SNMP_SLEEP:-"1"} SNMP_VERBOSE=${SNMP_VERBOSE:-"0"} trap "STOPAGENT; DELAY; summary; exit 1" 1 2
www.eeworm.com/read/341356/3252527

sh pid_process.sh

#!/bin/bash if `ps auxwww >/dev/null 2>&1`; then PS="ps auxwww" elif `ps -ef >/dev/null 2>&1`; then PS="ps -ef" else echo "I don't know how to run PS on your system!" exit 1 fi export PS # list_
www.eeworm.com/read/272669/4215252

sh stats.sh

#!/bin/bash logdir="var/tmp" http="public_html/web/stats" cd /home/kannel || exit 1 old="" rm -f $logdir/*.log cat var/log/bearerbox_access.log$old | bin/multi-line.pl | bin/split.pl "$logdir/"
www.eeworm.com/read/428543/1959184

loadlog

#!/usr/bin/bash USER_PASSWD=dbuser/oracle sqlplus -s $USER_PASSWD
www.eeworm.com/read/421397/2052961

sh config_build.sh

#!/bin/bash # Build config for the build script, build.sh. Look there for more info. APP_NAME=kbsrc CHROME_PROVIDERS="content locale skin" CLEAN_UP=1 ROOT_FILES= ROOT_DIRS= BEFORE_BUILD= AFTER_BUILD
www.eeworm.com/read/413855/2157347

bak_temp_routes

#!/bin/bash # routes #./write_handler.pl srcr/set_sr.set_route 5.137.112.229 5.22.131.89 #./write_handler.pl srcr/set_sr.set_route 5.137.112.229 5.6.13.39 #./write_handler.pl srcr/set_sr.set_route 5.
www.eeworm.com/read/413789/2159374

loadlog

#!/usr/bin/bash USER_PASSWD=dbuser/oracle sqlplus -s $USER_PASSWD
www.eeworm.com/read/412570/2167041

sh do_casim_c.sh

#!/bin/bash ### ### Copyright (c) 2001 Equator Technologies, Inc. ### #usage : do_casim_c.sh vswap.s .. swap.cs #usage : do_casim_c.sh .s path_to_dir_to_run_casim .cs(relative to path in arg2
www.eeworm.com/read/406866/2272875

networkd

#!/bin/bash # See /etc/rc.d/init.d/common_script for comments. export START_CMD=/opt/laddie/bin/networkd export PID_FILE=/opt/laddie/networkd/networkd.pid export STARTING_MSG="Starting the netw