代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/365796/2895077

build-inter

#!/bin/bash # Make an intermediate CA certificate/private key pair using a locally generated # root certificate. export EASY_RSA="${EASY_RSA:-.}" "$EASY_RSA/pkitool" --interact --inter $*
www.eeworm.com/read/365796/2895084

build-key-pkcs12

#!/bin/bash # Make a certificate/private key pair using a locally generated # root certificate and convert it to a PKCS #12 file including the # the CA certificate as well. export EASY_RSA="${EASY_R
www.eeworm.com/read/358237/2992617

makefile

SHELL=/bin/bash srcdir = . top_srcdir = ../../.. plugins=common resin resinssl resin_os all : plugins plugins : for dir in $(plugins); do (cd $$dir; $(MAKE)); done clean : for dir in common apach
www.eeworm.com/read/357352/3016115

tests read_t.tests

# bash 3.2 outputs: # >< { echo -n 'te'; sleep 2; echo 'st'; } | (read -t 1 reply; echo ">$reply$reply
www.eeworm.com/read/294402/8227088

mkpackage

#! /bin/sh #this bash used to collect the files which needed when run ## Created By Xu Yuan @2005-9-20 playerDir="SEU-3D" #--------------------------------------------------
www.eeworm.com/read/394314/8231737

remove-old

#!/bin/bash -x if [ "$1" == "" ]; then KERN=/lib/modules/`uname -r`/build else KERN="$1" fi echo ${KERN} | grep "/\$" || KERN="${KERN}/" function ask_comment() { while true; do read -p
www.eeworm.com/read/268797/11121299

inc dbg-log.inc

# dbg-set.inc - Bourne Again Shell Debugger set/show logging # # Copyright (C) 2006 Rocky Bernstein rockyb@users.sourceforge.net # # Bash is free software; you can redistribute it and/or modify it
www.eeworm.com/read/334836/12570805

mkpackage

#! /bin/sh #this bash used to collect the files which needed when run ## Created By Xu Yuan @2005-9-20 playerDir="SEU-3D" #--------------------------------------------------
www.eeworm.com/read/135027/13966592

txt buildtoolchain-step02-clean.txt

#!/bin/bash # buildtoolchain-step02-clean v1.2 08/13/02 # www.embeddedlinuxinterfacing.com # # The original location of this script is # http://www.embeddedlinuxinterfacing.com/chapters/03/buildt
www.eeworm.com/read/135027/13966594

txt buildtoolchain-step06-gcc.txt

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