代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/133772/5899830
tcl heapgen.tcl
#!/bin/bash
# restart using a Tcl shell \
exec sh -c 'for tclshell in tclsh tclsh83 cygtclsh80 ; do \
( echo | $tclshell ) 2> /dev/null && exec $tclshell "`( cygpath -w \"$0\" ) 2> /d
www.eeworm.com/read/133772/5901313
tcl file2c.tcl
#!/bin/bash
# restart using a Tcl shell \
exec sh -c 'for tclshell in tclsh tclsh83 cygtclsh80 ; do \
( echo | $tclshell ) 2> /dev/null && exec $tclshell "`( cygpath -w \"$0\" ) 2> /d
www.eeworm.com/read/133455/5904465
sh kill_sem.sh
#!/bin/bash
OS=`uname -s`
echo $OS
if [ "$OS" == "Linux" ]
then
ipcrm sem `cat /proc/sysvipc/sem | awk '{ print $2; }'`
ipcrm shm `cat /proc/sysvipc/shm | awk '{ print $2; }'`
elif [ "$OS" == "S
www.eeworm.com/read/126411/6017599
h posixstat.h
/* posixstat.h -- Posix stat(2) definitions for systems that
don't have them. */
/* Copyright (C) 1987,1991 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell
www.eeworm.com/read/126411/6017608
h posixstat.h
/* posixstat.h -- Posix stat(2) definitions for systems that
don't have them. */
/* Copyright (C) 1987,1991 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell
www.eeworm.com/read/126092/6018023
nsxlview
#!/bin/bash
file=$1
if [ "$file"xx == xx ]
then
echo "Usage: $0 file.doc"
exit 1
fi
source=$1
#Generate a unique html filename (/tmp/scriptname.pidnum.html)
# should use mkstemp, this
www.eeworm.com/read/124347/6053651
cvsmkpatch
#!/bin/bash -e
if [ $# -ne 1 ]; then
echo "Usage: $0 base-tag"
echo " where base-tag is the base branch the diff should start from"
echo " (usually HEAD, but you should know...)"
exi
www.eeworm.com/read/106385/6194101
tcl heapgen.tcl
#!/bin/bash
# restart using a Tcl shell \
exec sh -c 'for tclshell in tclsh tclsh83 cygtclsh80 ; do \
( echo | $tclshell ) 2> /dev/null && exec $tclshell "`( cygpath -w \"$0\" ) 2> /de
www.eeworm.com/read/478377/6715547
osetsuspend
#!/bin/bash
#
# Helper script to enable selective suspend in USB core system
#
# for libsysfs V1 or V2 you should add the following line in a udev rule:
# ACTION="add", SUBSYSTEM=="usb", SYSFS{idVendo
www.eeworm.com/read/409897/11307639
mk strongarm.mk
CC = hcarm
CXX = hcarm
AS = asarm
CPPFLAGS = -Hapcs -Hcode32 -HL -Hnothumb -Hstrongarm -Hnocopyr -I.
SFLAGS = -code32 -le
SHELL = bash
%.o : %.s
$(AS) $(SFLAGS) $< -o $@
%.o : %.cc
rem