代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/438636/7728775
sh make.sh
#!/bin/bash
as --gstabs -o $1.o $1.s
as --gstabs -o x86rtllinux.o ../x86rtllinux.asm
ld -o $1 $1.o x86rtllinux.o
www.eeworm.com/read/397090/8069245
sh func_test.sh
#!/bin/bash
myfunc()
{
local x="my local x"
echo $x
}
x="global x"
echo $x
myfunc
www.eeworm.com/read/397085/8069359
sh func_test.sh
#!/bin/bash
myfunc()
{
local x="my local x"
echo $x
}
x="global x"
echo $x
myfunc
www.eeworm.com/read/144212/5752955
readme
This illustrates how to build a perl interpreter into bash. It's not
especially useful; more a proof of concept (it provides none of the
bash internals to the perl interpreter, for example).
This *m
www.eeworm.com/read/124347/6053302
sgml setup2.sgml
Environment Variables
Before starting bash, you may set some environment variables. A .bat
file is provided where the most important ones are set before b
www.eeworm.com/read/103308/6220009
sh getrevisionssince.sh
#!/bin/bash
echo "Executing: cd $1"
cd $1
echo "Executing: cvs -d $2 log $3\"$4 $5 $6\" $7 $8"
cvs -d $2 log $3"$4 $5 $6" $7 $8
www.eeworm.com/read/103308/6220015
sh unlock.sh
#!/bin/bash
cd $1
echo "unlocking $3"
cvs -d $2 admin -u $3