代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/302096/3826939
sh test_terminate.sh
#!/usr/bin/env bash
#
# $XORP: xorp/bgp/harness/test_terminate.sh,v 1.5 2003/07/17 00:28:32 pavlin Exp $
#
#
# Test BGP termination
#
# This script started with no arguments will start all required
www.eeworm.com/read/296769/3898661
update-home-page
#!/bin/bash
# TBD: tar bz2 the homepages, scp the tar file and untar the file on the server
./verify-html
# Read the user name first
read -p "(SourceForge) User name: " user
export htdocs="/home/g
www.eeworm.com/read/296769/3898720
update-home-page
#!/bin/bash
# TBD: tar bz2 the homepages, scp the tar file and untar the file on the server
./verify-html
# Read the user name first
read -p "(SourceForge) User name: " user
export htdocs="/home/g
www.eeworm.com/read/292705/3949678
makelst
#!/bin/bash
# A script to dump mixed source code & assembly
# with correct relocations from System.map
# Requires the following lines in Rules.make.
# Author(s): DJ Barrow (djbarrow@de.ibm.com,barrow_
www.eeworm.com/read/286817/4032360
sh clear.sh
#!/bin/bash
# JRemCntl - Copyright (C) 2007 Filippo Di Vattimo
# Version 2.0.4
. `dirname $0`/config.sh
"$JREMHOME/bin/linux/mplcmd.sh" quit
rm -f "$JREMWORKDIR/*.sem"
www.eeworm.com/read/283599/4077731
init sshd.init
#!/bin/bash
#
# Init file for OpenSSH server daemon
#
# chkconfig: 2345 55 25
# description: OpenSSH server daemon
#
# processname: sshd
# config: /etc/ssh/ssh_host_key
# config: /etc/ssh/ssh_host_key
www.eeworm.com/read/283599/4077734
old sshd.init.old
#!/bin/bash
#
# Init file for OpenSSH server daemon
#
# chkconfig: 2345 55 25
# description: OpenSSH server daemon
#
# processname: sshd
# config: /etc/ssh/ssh_host_key
# config: /etc/ssh/ssh_host_key
www.eeworm.com/read/273665/4199689
get_next_oid
#!/bin/bash
nextattrib=`cat samba.schema | grep -i attributetype.*\(.*1.3.6.1.4.1.7165. | grep -v '^#' | \
awk '{print $3}' | cut -d. -f 10 | sort -n | tail -1`
(( nextattrib += 1 ))
echo "attri
www.eeworm.com/read/444684/1731071
makefile
# TODO: set this appropriately for your local toolchain
#SHELL=C:\CYGWIN_REP\dwn_071004\bin\BASH.exe
CROSS_COMPILE=arm-elf-
TOOLCHAIN=gcc
BOOTSTRAP_PATH=../../..
# NandFlashBoot Configuration for A
www.eeworm.com/read/440773/1791749
sh syn-func.sh
#!/bin/bash
# Functions in support of syntax tests
# Source this file.
declare -a GOOD
GOOD_N=0
declare -a BAD
BAD_N=0
function fname
{
local BASE="$1" # Base
local N="$2" # Nu