代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/100595/15870058
sh mono-build-w32.sh
#!/bin/bash
# Script to automate the building of mono and its dependencies on
# cygwin. Relies on wget being installed (could make it fall back to
# using lynx, links, w3, curl etc), assumes that gc
www.eeworm.com/read/191918/8416689
makefile
# this makefile builds all sample applications
SHELL = bash --posix
SUBDIRS = sample_simple
SUBDIRS += sample_cntsem
SUBDIRS += sample_timer
SUBDIRS += sample_queue
SUBDIRS += sample_stack
SUBDI
www.eeworm.com/read/287379/8688797
run-ldconfig
#!/bin/bash
ldc="";
if [ -x /sbin/ldconfig ]; then
ldc="/sbin/ldconfig";
fi
if test x$ldc = x; then
which ldconfig 2>&1>/dev/null;
if test $? -eq 0; then
ldc=`which ldconfig`;
fi
fi
if test
www.eeworm.com/read/429798/8788029
createrelease
#!/bin/bash
# A script for creating source archives from a GIT tag
#
# Archive files are created in user's home directory.
# Tag to use
tag=1.30
# Name of release
releasename=cppcheck-$tag
git arch
www.eeworm.com/read/176167/9513195
install-in-kernel
#!/bin/bash
#
# This script installs the serial driver into a Linux kernel tree.
#
ARG=$1
if [ "$ARG"x = x ]; then
ARG=$DESTDIR
fi
if [ "$ARG"x = x ]; then
ARG=/usr/src/linux
fi
install_file ()
www.eeworm.com/read/170114/9818743
sh reset_wrong.sh
#!/bin/bash
#defind passwd ip file env
read –p 'input password : ' –s passwd
read –p 'input serverip files :' –s ip
#you may change the local differient it file
#example ipbj
for host in '
www.eeworm.com/read/281104/10263437
regular_run
#!/bin/bash
# SMS Server Tools 3.
# Sample script for using a regular run feature.
# See run.html for more details.
# The first part is going to the eventhandler:
# The following code stores delivery
www.eeworm.com/read/161131/10446898
fuse mount.fuse
#!/bin/bash
#
# FUSE mount helper
# Petr Klima
# Thanks to Miklos Szeredi
# to kick me to the right way
#
VERSION="0.0.1"
PRGNAME=`basename $0`
USAGE="${PRGNAME}
www.eeworm.com/read/469590/6932264
runfromshell
#!/bin/bash
#export HTTP_COOKIE="NPPIZZA=dcook"
export REQUEST_METHOD="GET"
export QUERY_STRING="formname=login&name=pizza&password=pizza"
./np_pizza.cgi
www.eeworm.com/read/458682/7291317
sh ex32.sh
#!/bin/bash
PS3='Choose your favorite vegetable: '
echo
choice_of()
{
select vegetable
# [in list] omitted, so 'select' uses arguments passed to function.
do
echo
echo "Your favorite veggie is