代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/135541/13922177
ipv6-up
#!/bin/bash
# This file should not be modified -- make local changes to
# /etc/ppp/ipv6-up.local instead
PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH
LOGDEVICE=$6
REALDEVICE=$1
# Setup IPv6
if [
www.eeworm.com/read/236468/14014764
gdbline
#!/bin/bash
#
# $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $
#
# gdbline module image
#
# Outputs an add-symbol-file line suitable for pasting into gdb to examine
# a loaded module.
#
cd /sys/m
www.eeworm.com/read/203305/15362168
sh template_generator.sh
#!/bin/bash
# $Id: template_generator.sh 9537 2006-10-12 16:27:13Z nijel $
#
# Shell script that adds a new mimetype with transform function.
#
# The filename should contain either 'mimetype_subtype'
www.eeworm.com/read/203305/15362179
sh template_generator_mimetype.sh
#!/bin/bash
# $Id: template_generator_mimetype.sh 9537 2006-10-12 16:27:13Z nijel $
#
# Shell script that adds a new mimetype without transform function.
#
# The filename should contain either 'mimety
www.eeworm.com/read/203067/15365835
sh updatemfs.sh
#!/bin/bash
#
# File: updatesrcs.sh
#
# Version: $Id: updatemfs.sh,v 1.3 2005/07/09 19:19:58 cary Exp $
#
DEBUG=
if test -n "$DEBUG"; then
DECHO=echo
else
DECHO=:
fi
# Method for replacing a gr
www.eeworm.com/read/203062/15366400
sh updatemfs.sh
#!/bin/bash
#
# File: updatesrcs.sh
#
# Version: $Id: updatemfs.sh,v 1.3 2005/07/09 19:19:58 cary Exp $
#
DEBUG=
if test -n "$DEBUG"; then
DECHO=echo
else
DECHO=:
fi
# Method for replacing a gr
www.eeworm.com/read/113586/15452711
functest
#! /bin/bash
BR=${1:-"br549"}
ETH=${2:-"eth0"}
maxports=${3:-1000}
echo "Ethernet Bridge functional test"
echo -n "Testing kernel: " ; uname -a
echo -n "Utilities: " ; brctl -V
# fetch ip of w
www.eeworm.com/read/105271/15672812
linux
#!/bin/bash
# dhclient-script for Linux. Dan Halbert, March, 1997.
# Updated for Linux 2.[12] by Brian J. Murrell, January 1999.
# No guarantees about this. I'm a novice at the details of Linux
# netw
www.eeworm.com/read/103743/15724434
build-dh
#!/bin/bash
#
# Build Diffie-Hellman parameters for the server side
# of an SSL/TLS connection.
#
if test $KEY_DIR; then
openssl dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE}
else
ec