代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/229403/4756399
bashrc .bashrc
# ~/.bashrc: executed by bash(1) for non-login interactive shells.
export PATH=\
/bin:\
/sbin:\
/usr/bin:\
/usr/sbin:\
/usr/bin/X11:\
/usr/local/bin
# If running interactively, then:
if [ "$PS1" ];
www.eeworm.com/read/219228/4848652
cxx lexbash.cxx
// Scintilla source code edit control
/** @file LexBash.cxx
** Lexer for Bash.
**/
// Copyright 2004 by Neil Hodgson
// Adapted from LexPerl by Kein-Hong Man
www.eeworm.com/read/215896/4900472
comparehc
#! /bin/bash
if [ $# -ne 1 ]; then
echo "usage: $0 "
exit 1;
fi
inFile=$1
temp=compareHC.temp
grep SP $inFile > $temp
sort -k 2 $temp > SP
awk '{gsub(";", " ", $0); printf( ": %s
www.eeworm.com/read/341356/3252773
missing
#! /bin/bash
# Common stub for a few missing GNU programs while installing.
# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
# Franc,ois Pinard , 1996.
# This progra
www.eeworm.com/read/339586/3298847
sh runtests.sh
#!/bin/bash
function die() {
echo "$1" >&2;
exit 1;
}
function pad () {
local l=$( echo -n $2 | wc -c )
local o=""
while [ $l -lt $1 ]; do
o="${o} "
l=$(( $l + 1 ))
done
www.eeworm.com/read/333835/3381691
sh test-framework.sh
#!/bin/bash
# vim:expandtab:shiftwidth=4:softtabstop=4:tabstop=4:
trap 'print_summary && echo "test-framework exiting on error"' ERR
set -e
#set -x
export REFORMAT=${REFORMAT:-""}
export VERBOSE=fa
www.eeworm.com/read/333835/3382338
lbuild
#!/bin/bash
# vim:expandtab:shiftwidth=4:softtabstop=4:tabstop=4:
#set -x
TOPDIR=$PWD
# CVSROOT is inherited from the environment
KERNELDIR=
LINUX=
LUSTRE=
RELEASE=false
DO_SRC=0
DOWNLOAD=1
TAG=
C
www.eeworm.com/read/322770/3520892
sh clear.sh
#!/bin/bash
# JRemCntl - Copyright (C) 2007 Filippo Di Vattimo
# Version 2.0.4
. `dirname $0`/config.sh
"$JREMHOME/bin/linux/mplcmd.sh" quit
rm -f "$JREMWORKDIR/*.sem"
www.eeworm.com/read/314846/3629128
suse initd.suse
#!/bin/bash
#
# /etc/init.d/iscsi
#
### BEGIN INIT INFO
# Provides: iscsi
# Required-Start: $network
# Should-Start:
# Required-Stop:
# Should-Stop:
# Default-Start: 3 5
# Default
www.eeworm.com/read/312645/3653429
mkdisk0
#! /bin/bash
#
# Add the following lines to your ~/.mtoolsrc file before running this script
#
# drive z: file="/tmp/disk0.img" partition=1
# drive y: file="/tmp/disk0.img" partition=2
#
#
#