代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/412408/2170583

sh fb_kernel_check.sh

#!/bin/bash # test if kernel is > 2.6.15 echo "fb_kernel_check.sh: Checking version of kernel headers located in ${1}." if [ -z "$1" ] then echo "Error: you must pass the path to your Linux kernel
www.eeworm.com/read/407756/2258864

xcolors

#!/bin/bash # Scriptname: xcolors echo -n "Choose a foreground color for your xterm window: " read color case "$color" in [Bb]l??) xterm -fg blue -fn terminal & ;; [Gg]ree*) xterm -fg darkgreen
www.eeworm.com/read/407756/2258879

do_square

#!/bin/bash # Scriptname: do_square function square { local sq # sq is local to the function let "sq=$1 * $1" echo "Number to be squared is $1." echo "The result is $sq " } echo "Give me a
www.eeworm.com/read/407641/2261204

sh fb_kernel_check.sh

#!/bin/bash # test if kernel is > 2.6.15 echo "fb_kernel_check.sh: Checking version of kernel headers located in ${1}." if [ -z "$1" ] then echo "Error: you must pass the path to your Linux kernel
www.eeworm.com/read/402480/2321400

sh buildpackage.sh

#!/bin/bash # Copyright (c) 2001-2006 The Trustees of Indiana University. # All rights reserved. # Copyright (c) 2006-2007 Los Alamos National Security, LLC. All rights #
www.eeworm.com/read/400168/2355331

buildtoolchain-step07-glibc

#!/bin/bash # buildtoolchain-step07-glibc v1.2 08/13/02 # www.embeddedlinuxinterfacing.com # # The original location of this script is # http://www.embeddedlinuxinterfacing.com/chapters/03/buildtoolc
www.eeworm.com/read/400168/2355334

buildtoolchain-step11-rebuildgcc

#!/bin/bash # buildtoolchain-step11-rebuildgcc v1.2 08/13/02 # www.embeddedlinuxinterfacing.com # # The original location of this script is # http://www.embeddedlinuxinterfacing.com/chapters/03/build
www.eeworm.com/read/400168/2355335

buildtoolchain-step04-binutils

#!/bin/bash # buildtoolchain-step04-binutils v1.2 08/13/02 # www.embeddedlinuxinterfacing.com # # The original location of this script is # http://www.embeddedlinuxinterfacing.com/chapters/03/buildtoo
www.eeworm.com/read/400168/2355336

buildtoolchain-step08-gdb

#!/bin/bash # buildtoolchain-step08-gdb v1.2 08/13/02 # www.embeddedlinuxinterfacing.com # # The original location of this script is # http://www.embeddedlinuxinterfacing.com/chapters/03/buildtoolchai
www.eeworm.com/read/400168/2355338

buildtoolchain-step09-gccversion

#!/bin/bash # buildtoolchain-step09-gccversion v1.2 08/13/02 # www.embeddedlinuxinterfacing.com # # The original location of this script is # http://www.embeddedlinuxinterfacing.com/chapters/03/build