代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/395929/2431154
dolcc
#!/bin/bash
# Check whether a simulation time is given.
if [ -z "$1" ] ; then
echo "Please specify a simulation time as the second argument, e.g."
echo "to simulate 10 minutes type: " $0 "10"
www.eeworm.com/read/382594/2633739
readme
James -
I found a couple of problems in my original patch, but I believe this one
works.
In order to use it:
1) Open a Cygwin console and:
Unpack the sources:
[bash-2.02]$ cd $ACE_
www.eeworm.com/read/377803/2696144
sh database.sh
#!/bin/bash
# dbConnect IBM DB2 database example(s) and testing tables
# Copyright (C) 2003 Johnathan Ingram, jingram@rogueware.org
#
# This library is free software; you can redistribute it and/or
#
www.eeworm.com/read/377803/2696145
sh catalognode.sh
#!/bin/bash
# dbConnect IBM DB2 database example(s) and testing tables
# Copyright (C) 2004 Johnathan Ingram, jingram@rogueware.org
#
# This library is free software; you can redistribute it and/or
#
www.eeworm.com/read/375190/2726562
sh roll.sh
#!/bin/bash
# Copyright 2004 Aleksey Gurtovoy
# Copyright 2006 Rene Rivera
# Copyright 2003, 2004, 2005, 2006 Vladimir Prus
# Distributed under the Boost Software License, Version 1.0.
# (See acco
www.eeworm.com/read/375190/2734678
sh vc_gen.sh
#! /bin/bash
# copyright John Maddock 2005
# Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://w
www.eeworm.com/read/374708/2746210
sh read.sh
#!/bin/bash
if test -e /tmp/logfile.tmp; then
echo "There is already a temporary logfile in /tmp/logfile.tmp";
echo "Make sure nobody is making already an import";
echo "if so you can
www.eeworm.com/read/374581/2749460
sub arith2.sub
# bash 3.2 apparently thinks that ++7 is 7 etc
( echo $(( --7 )) )
( echo $(( ++7 )) )
( echo $(( -- 7 )) )
( echo $(( ++ 7 )) )
#ash# ((++array[0] ))
#ash# echo 1 $array
#ash# (( ++ array[
www.eeworm.com/read/365796/2895059
down client.down
#!/bin/bash
# Copyright (c) 2005 by OpenVPN Solutions LLC
# Licensed under the GPL version 2
# First version by Jesse Adelman
# someone at boldandbusted dink com
# http://www.boldandbusted.com/
# P
www.eeworm.com/read/365796/2895060
up client.up
#!/bin/bash
# Copyright (c) 2005 by OpenVPN Solutions LLC
# Licensed under the GPL version 2
# First version by Jesse Adelman
# someone at boldandbusted dink com
# http://www.boldandbusted.com/
# P