代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/471347/1431527
sh cleanup.sh
#!/bin/bash
###############################################################
# 说明:删除logfile 的脚本
###############################################################
LOG_DIR=/var/log
ROOT_UID=0 # $U
www.eeworm.com/read/466392/1511206
sh airoscript.sh
#! /bin/bash
# Program: Airoscript
# Authors: Base Code by Daouid; Mods & Tweaks by CurioCT and others; Continued by XayOn.
# Credits: Hi
www.eeworm.com/read/239312/4602446
forloop
#!/bin/bash
# Scriptname: forloop
for pal in Tom Dick Harry Joe
do
echo "Hi $pal"
done
echo "Out of loop"
www.eeworm.com/read/189753/5191683
make-rpm
#!/bin/bash -x
#########################################################################
# $Id: make-rpm,v 1.4 2002/11/07 16:00:14 shap Exp $
##########################################################
www.eeworm.com/read/333835/3382114
in lc_modprobe.in
#!/bin/bash
#
# lc_modprobe - add lustre module options into modprobe.conf or
# modules.conf
#
#################################################################################
# Get the lib
www.eeworm.com/read/333835/3382118
in lc_net.in
#!/bin/bash
#
# lc_net - script for Lustre cluster network verification
#
###############################################################################
# Usage
usage() {
cat >&2
www.eeworm.com/read/333835/3382126
lustre_up14
#!/bin/bash
#
# Reads old MDS config logs for transferring to a MGS
#
###############################################################################
TMP=${TMP:-/tmp/logs}
# Usage
usage() {
cat >&2
www.eeworm.com/read/283334/4081059
do-build-rpm
#!/bin/bash
# ---------------------------------------------------------------------------
# Build the wxPython source RPMs on a Linux box. This is normally called
# from build-all but it should b
www.eeworm.com/read/283334/4081066
build-rpm
#!/bin/bash
#----------------------------------------------------------------------
set -o errexit
coHost=$1
host=$2
reltag=$3
pyver=$4
if [ $buildansi = yes ]; then
CHARTYPE=both
www.eeworm.com/read/407756/2258908
forloop
#!/bin/bash
# Scriptname: forloop
for pal in Tom Dick Harry Joe
do
echo "Hi $pal"
done
echo "Out of loop"