代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/333835/3382116
lc_servip
#!/bin/bash
#
# lc_servip - script for verifying the service IP and the real
# interface IP in a remote host are in the same subnet
#
############################################################
www.eeworm.com/read/333835/3382132
in lc_cluman.in
#!/bin/bash
#
# lc_cluman - script for generating the Red Hat Cluster Manager
# HA software's configuration files
#
##############################################################################
www.eeworm.com/read/288816/4004558
sh convert.sh
#!/bin/bash
for i in `find ./ -name "*.c"`
do
sed '/TRACE/d' $i > temp
cp temp $i
done
www.eeworm.com/read/283334/4081049
do-build-osx
#!/bin/bash
# ---------------------------------------------------------------------------
# Build wxWidgets and wxPython on a OSX box. This is normally
# called from build-all but it should be ab
www.eeworm.com/read/283334/4081058
build-osx
#!/bin/bash
#----------------------------------------------------------------------
set -o errexit
host=$1
pyver=$2
chartype=$3
flags=$4
if [ $skiposx != yes ]; then
# test if the
www.eeworm.com/read/283334/4081060
do-build-windows
#!/bin/bash
# ---------------------------------------------------------------------------
# Build wxWidgets and wxPython on a Windows box. This is normally called
# from build-all but it should b
www.eeworm.com/read/448675/1685648
sh convert.sh
#!/bin/bash
for i in `find ./ -name "*.c"`
do
sed '/TRACE/d' $i > temp
cp temp $i
done
www.eeworm.com/read/432906/1886721
create_disk_image
#!/bin/bash
###############################################################################
##
## Copyright (C) International Business Machines Corp., 2005
## Author(s): Daniel Stekloff
www.eeworm.com/read/389759/2538313
sh amarok.live.remaster.part2.sh
#!/usr/bin/env bash
############################################################################
# Second part of the amaroK LiveCD remastering scripts
# Reassemble the iso after adding media files
#
www.eeworm.com/read/389759/2538316
sh amarok.live.remaster.part2.sh
#!/usr/bin/env bash
############################################################################
# Second part of the Amarok LiveCD remastering scripts
# Reassemble the iso after adding media files
#