代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/451344/1661968
sh setup.sh
#!/etc/bash
rm -r $ResinDoc/JavaBBS
cp -r JavaBBS $ResinDoc
cd classes
javac *.java
jar cvf0 web.jar HttpChatApplet.class HttpMessage.class
rm HttpChatApplet.class
rm HttpMessage.clas
www.eeworm.com/read/245254/4505321
sh check-headers.sh
#!/bin/bash
CC=gcc
path=/usr/local/include
echo "Checking files in $path..."
cd $path
tname=$(tempfile -p check -s .cpp)
oname=/tmp/$(basename $tname cpp)s
for i in $(find rtt -maxdepth 2 -type f -n
www.eeworm.com/read/240185/4578537
linkcvs
#!/bin/bash
# This file is part of the aMule project.
#
# Copyright (c) 2004-2006 aMule Project ( admin@amule.org / http://www.amule.org )
# Copyright (c) 2004-2006 Jacobo Vilella aka Jacobo221
#
# T
www.eeworm.com/read/239312/4602436
ttype
#!/bin/bash
# Scriptname: ttype
# Purpose: set the terminal type
# Author: Andy Admin
COLUMNS=60
LINES=1
PS3="Please enter the terminal type: "
select choice in wyse50 vt200 xterm sun
do
case $REPL
www.eeworm.com/read/239312/4602449
idcheck2
#!/bin/bash
# Scriptname: idcheck
# purpose:check user id to see if user is root.
# Only root has a uid of 0.
# Format for id output:uid=9496(ellie) gid=40 groups=40
# root's uid=0
id=`id | ga
www.eeworm.com/read/231546/4715166
vim sh.vim
" Vim syntax file
" Language: shell (sh) Korn shell (ksh) bash (sh)
" Maintainer: Dr. Charles E. Campbell, Jr.
" Previous Maintainer: Lennart Schultz
www.eeworm.com/read/218586/4857459
make-blobs
#!/bin/bash
if [ X$2 == X ];then
echo 'Usage: make-blobs '
exit 1
fi
echo "CREATE DATABASE $2" | mysql -u wikiadmin -p`wikiadmin_pass` -h $1 && \
mysql -u wikiadmin -p`wikiadmin_pass`
www.eeworm.com/read/184888/5244632
sh gen_usercert.sh
#!/bin/bash
#
# $Id: gen_usercert.sh,v 1.2 2005/10/28 18:15:02 bogdan_iancu Exp $
#
# Copyright (C) 2005 Voice Sistem SRL
#
# This file is part of openser, a free SIP server.
#
# openser is free softw
www.eeworm.com/read/184888/5244633
sh gen_rootca.sh
#!/bin/bash
#
# $Id: gen_rootCA.sh,v 1.2 2005/10/28 18:15:02 bogdan_iancu Exp $
#
# Copyright (C) 2005 Voice Sistem SRL
#
# This file is part of openser, a free SIP server.
#
# openser is free softwar
www.eeworm.com/read/183535/5255056
config-pxa
#! /bin/bash
make distclean
./configure --with-board=lubbock --with-cpu=pxa255 --with-linux-prefix=/home/zhang/Current/Current_Kernel/linux --with-eth=smc91x
#./configure --with-board=lubbock --with-c