代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/367730/2832093
sh setenv.sh
#!/bin/bash
# ntosd-dm320/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt
#
# Redistribution and use in source and binary
www.eeworm.com/read/367730/2832221
sh setenv.sh
#!/bin/bash
# pjrc-8051/setenv.sh
#
# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt
#
# Redistribution and use in source and binary fo
www.eeworm.com/read/356739/3037471
sh generator.sh
#!/bin/bash
# $Id: generator.sh,v 2.0 2003/11/18 15:20:44 nijel Exp $
#
# Shell script that adds a new function file using a template. Should not be called directly
# but instead by template_Generator
www.eeworm.com/read/356739/3037473
sh template_generator.sh
#!/bin/bash
# $Id: template_generator.sh,v 2.0 2003/11/18 15:20:45 nijel Exp $
#
# Shell script that adds a new mimetype with transform function.
#
# The filename should contain either 'mimetype_subty
www.eeworm.com/read/356739/3037484
sh template_generator_mimetype.sh
#!/bin/bash
# $Id: template_generator_mimetype.sh,v 2.0 2003/11/18 15:20:45 nijel Exp $
#
# Shell script that adds a new mimetype without transform function.
#
# The filename should contain either 'mi
www.eeworm.com/read/263726/4299553
sh test_terminate.sh
#!/usr/bin/env bash
#
# $XORP: xorp/bgp/harness/test_terminate.sh,v 1.8 2006/08/16 22:10:14 atanu Exp $
#
#
# Test BGP termination
#
# This script started with no arguments will start all required p
www.eeworm.com/read/263726/4300500
in test_bgpmib.sh.in
#!/usr/bin/env bash
#
# $XORP: xorp/mibs/tests/test_bgpmib.sh.in,v 1.35 2005/05/25 02:56:03 jcardona Exp $
#
#
# Test the BGP MIB
#
# This script started with no arguments will start all required proc
www.eeworm.com/read/252498/4404114
sh serviceapplicationtest.sh
#!/bin/bash
#
# $Id: ServiceApplicationTest.sh,v 1.5 2001/11/01 07:03:07 icahoon Exp $
#
MACHINE="$(uname).$(uname -m)"
if [ -x ./bin.debug.${MACHINE} ]
then
echo -e "./bin.debug.${MACHINE}/Servi
www.eeworm.com/read/252498/4404285
sh getopttest.sh
#!/bin/bash
#
MACHINE=$(uname).$(uname -m)
if [ -x ./bin.debug.${MACHINE} ]
then
echo -e " ./bin.debug.${MACHINE}/GetOptTest This is a -a -b -c foo -d bar -0 -1 -2 -x -xa --add 1 --append --close --
www.eeworm.com/read/475585/6773971
sh runalltests.sh
#!/bin/bash
# File: runalltests.sh
# Description: Script to run a set of UNLV test sets.
# Author: Ray Smith
# Created: Thu Jun 14 08:21:01 PDT 2007
#
# (C) Copyright 2007, Google Inc.