代码搜索:bash

找到约 5,321 项符合「bash」的源代码

代码结果 5,321
www.eeworm.com/read/407519/2262833

sh install.sh

#!/bin/bash prefix=${1:-"/usr/local/cmake"} echo "Install cmake 2.4 in $prefix" builddir=$(mktemp -dt boostbuild) cd $builddir curl -O http://www.cmake.org/files/v2.4/cmake-2.4.7.tar.gz tar zxf cm
www.eeworm.com/read/391269/2521445

pl amgtar.pl

#!@PERL@ -T # # Run perl. eval '(exit $?0)' && eval 'exec @PERL@ -S $0 ${1+"$@"}' & eval 'exec @PERL@ -S $0 $argv:q' if 0; delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV', 'PATH'}; $ENV{'PATH'} =
www.eeworm.com/read/374179/2755378

makefile

# TODO: set this appropriately for your local toolchain #SHELL=C:\CYGWIN_REP\dwn_071004\bin\BASH.exe CROSS_COMPILE=arm-none-linux-gnueabi- #CROSS_COMPILE = arm-softfloat-linux-gnu- TOOLCHAIN=gcc BOO
www.eeworm.com/read/374179/2755380

makefile

# TODO: set this appropriately for your local toolchain #SHELL=C:\CYGWIN_REP\dwn_071004\bin\BASH.exe CROSS_COMPILE=arm-none-linux-gnueabi- #CROSS_COMPILE = arm-softfloat-linux-gnu- TOOLCHAIN=gcc BOO
www.eeworm.com/read/374179/2755413

makefile

# TODO: set this appropriately for your local toolchain #SHELL=C:\CYGWIN_REP\dwn_071004\bin\BASH.exe CROSS_COMPILE=arm-elf- #CROSS_COMPILE = arm-softfloat-linux-gnu- TOOLCHAIN=gcc BOOTSTRAP_PATH=../
www.eeworm.com/read/357319/3025020

sh clean.sh

#!/bin/bash rm -f `find -name \*~` rm -f `find -name *.~*` rm -f `find -name *.a` rm -f `find -name *.bpi` rm -f `find -name *.dcp` rm -f `find -name *.dcu` rm -f `find -name *.dpu` rm -f `f
www.eeworm.com/read/356739/3037708

sh add_message.sh

#!/bin/bash # $Id: add_message.sh 9537 2006-10-12 16:27:13Z nijel $ # # Shell script that adds a message to all message files (Lem9) # # Example: add_message.sh '$strNewMessage' 'new message contents
www.eeworm.com/read/262041/4315982

elsnotes

1. Unzipped this from zlib.zip. 2. Ran configure (under bash). 3. Ran make... didn't work, so I built my own makefile and used nmake. Created the makefile based on the output of make on the sun.
www.eeworm.com/read/158106/5598043

sh headercheck.sh

#!/bin/bash # whoever wrote this script, thank you echo "#define __KERNEL__ #include int do_test_remap_page_range(void) { pgprot_t pgprot; remap_page_range(NULL, 0, 0, 0, pgprot); }
www.eeworm.com/read/195279/8166742

sh asterkill.sh

#!/bin/bash /bin/ps -ef | /bin/grep "asterstart" | /bin/grep -v grep | /bin/awk '{ print $2 }' | /usr/bin/xargs /bin/kill -9 /bin/ps -ef | /bin/grep "ProxyMan.py" | /bin/grep -v grep | /bin/awk '{ p