代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/400168/2355332

buildtoolchain-step03-makebuilddirectories

#!/bin/bash # buildtoolchain-step03-makebuilddirectories v1.2 08/13/02 # www.embeddedlinuxinterfacing.com # # The original location of this script is # http://www.embeddedlinuxinterfacing.com/chapters
www.eeworm.com/read/400168/2355333

buildtoolchain-environment

#!/bin/bash # buildtoolchain-environment v1.2 08/13/01 # www.embeddedlinuxinterfacing.com # # The original location of this script is # http://www.embeddedlinuxinterfacing.com/chapters/03/buildtoolcha
www.eeworm.com/read/400168/2355344

buildtoolchain-step05-kernelsourceheaders

#!/bin/bash # buildtoolchain-step05-kernelsourceheaders v1.22 10/15/02 # www.embeddedlinuxinterfacing.com # # The original location of this script is # http://www.embeddedlinuxinterfacing.com/chapter
www.eeworm.com/read/393286/2480935

mkd

#!/bin/bash # # mkd -- a script to create the device special files for the PARIDE subsystem # # block devices: pd (45), pcd (46), pf (47) # character devices: pt (96), pg (97) # function mkdev {
www.eeworm.com/read/391269/2521343

buildpkg

#! /bin/bash set -x #### Configure variables. Feel free to change these, but be careful! SRCDIR=$(pwd) # You can pass your own temp directory as an environment variable. if [ -z $TMPDIR ] then TM
www.eeworm.com/read/385891/2580485

mkd

#!/bin/bash # # mkd -- a script to create the device special files for the PARIDE subsystem # # block devices: pd (45), pcd (46), pf (47) # character devices: pt (96), pg (97) # function mkdev {
www.eeworm.com/read/384848/2596935

aliases

## # Bash aliases file # # Wilfredo Sanchez Jr. | tritan@mit.edu ## ## # Aliases ## alias .='cwd' alias ..='cd ..' alias cd..='cd ..' alias cdwd='cd $(/bin/pwd)' alias
www.eeworm.com/read/375190/2734671

sh bc_gen.sh

#! /bin/bash # copyright John Maddock 2005 # Use, modification and distribution are subject to the # Boost Software License, Version 1.0. (See accompanying file # LICENSE_1_0.txt or copy at http://
www.eeworm.com/read/374581/2749484

tests invert.tests

# tests of return value inversion # placeholder for future expansion # user subshells (...) did this wrong in bash versions before 2.04 ! ( echo hello | grep h >/dev/null 2>&1 ); echo $? ! echo hell
www.eeworm.com/read/373903/2756772

sh buildall_mingw32.sh

#! /usr/bin/env bash # #This scripts is a modified version of the buildall.script. #Thi script compiles and install all the minisip libraries and GTK GUI # for a win32 system. #Modify the parameter