代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/349752/3140288
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/349752/3140289
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
www.eeworm.com/read/348319/3156596
jnlp2pkg
#! /bin/bash
#
# Copyright (C) 2004 Sun Microsystems, Inc. All rights reserved. Use is
# subject to license terms.
#
# This program is free software; you can redistribute it and/or modify
# it under t
www.eeworm.com/read/348319/3156796
jnlp2rpm
#! /bin/bash
#
# Copyright (C) 2004 Sun Microsystems, Inc. All rights reserved. Use is
# subject to license terms.
#
# This program is free software; you can redistribute it and/or modify
# it under t
www.eeworm.com/read/341356/3252594
sh receiver.sh
#!/bin/bash
if [ -n "$1" ] ; then
rootdir=/home/weave/OpenNMS/opennms-new
unset CLASSPATH
for i in $rootdir/tests/classes $rootdir/work/jars/*.jar $rootdir/lib/*.jar ; do
extendpath CLASSPATH
www.eeworm.com/read/341356/3252772
install-sh
#!/bin/bash
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission t
www.eeworm.com/read/341356/3252775
configure
#! /bin/bash
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation,
www.eeworm.com/read/333835/3381751
sh genlib.sh
#!/bin/bash
#set -xv
set -e
#
# This script is to generate lib lustre library as a whole. It will leave
# two files on current directory: liblustre.a and liblustre.so.
#
# Most concern here is the li
www.eeworm.com/read/327360/3462509
del_instances
#!/bin/bash
# Delete the existing Sample Classes and respective instances for our testing
# functionality. The class is registered in the default cim namespace on our
# system i.e.# root/cimv2
rm
www.eeworm.com/read/327225/3463177
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[