代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/302096/3827810
sh test_bgpmib.sh
#!/usr/bin/env bash
#
# $Header: /usr/local/share/doc/apache/cvs/xorp/mibs/tests/test_bgpmib.sh.in,v 1.32 2003/09/30 00:06:08 hodson Exp $
#
#
# Test the BGP MIB
#
# This script started with no argume
www.eeworm.com/read/296222/3907709
testpi
#!/bin/bash
# $Id: $
# compute positions with GPS data from the GRACE satellite
../PRSolve --obs grca304a.03o --nav brdc3040.03n --outRinex grca304a.prs.03o
#
# dump the position data using RinexDump
www.eeworm.com/read/286817/4032185
sh start_mplayer.sh
#!/bin/bash
# JRemCntl - Copyright (C) 2007 Filippo Di Vattimo
# Version ${jrem.version}
. `dirname $0`/config.sh
JMPLAYERFE_JARS="$JREMLIBDIR"/jremcntl-tools.jar
JMPLAYER_PROP_FI
www.eeworm.com/read/424983/2010878
sh generator.sh
#!/bin/bash
# $Id: generator.sh 9565 2006-10-17 09:23:00Z nijel $
#
# Shell script that adds a new function file using a template. Should not be called directly
# but instead by template_Generator.sh
www.eeworm.com/read/424983/2011031
sh remove_message.sh
#!/bin/bash
# $Id: remove_message.sh 5152 2003-11-18 15:20:45Z nijel $
#
# Shell script that removes a message from all message files (Lem9)
# it checks for the message, followed by a space
#
# Exampl
www.eeworm.com/read/414034/2154740
testpi
#!/bin/bash
# $Id: $
# compute positions with GPS data from the GRACE satellite
../PRSolve --obs grca304a.03o --nav brdc3040.03n --outRinex grca304a.prs.03o
#
# dump the position data using RinexDump
www.eeworm.com/read/407756/2258896
months
#!/bin/bash
# Scriptname: months
for month in Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
do
for week in 1 2 3 4
do
echo -n "Processing the month of $month. OK? "
read ans
if [ "$ans" =
www.eeworm.com/read/407729/2259640
in config.in
config BR2_PACKAGE_XENV_UTILS
bool "Xenv utilities"
default y
select BR2_PACKAGE_BASH
help
A set of utilities to help modifying Xenv key-value pairs from the
target. See the relevant documen
www.eeworm.com/read/383940/2609021
burn
#!/bin/bash
python -c '
import sys
try:
import serial
except ImportError, e:
sys.exit(1)'
if [[ $? != 0 ]]
then
echo "Please install PySerial first."
exit 2
fi
TOS_DELUGE=`type -p tos-de
www.eeworm.com/read/375190/2726170
sh nightly.sh
#!/bin/bash
# Copyright 2004, 2005, 2006 Vladimir Prus
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)