代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/200501/5064851

build-req

#!/bin/bash # Build a certificate signing request and private key. Use this # when your root certificate and key is not available locally. export EASY_RSA="${EASY_RSA:-.}" "$EASY_RSA/pkitool" --int
www.eeworm.com/read/200501/5064856

revoke-full

#!/bin/bash # revoke a certificate, regenerate CRL, # and verify revocation CRL="crl.pem" RT="revoke-test.pem" if [ $# -ne 1 ]; then echo "usage: revoke-full "; exit 1 fi if [
www.eeworm.com/read/187332/5224248

sh kill_sem.sh

#!/bin/bash OS=`uname -s` echo $OS if [ "$OS" == "Linux" ] then ipcrm sem `cat /proc/sysvipc/sem | awk '{ print $2; }'` ipcrm shm `cat /proc/sysvipc/shm | awk '{ print $2; }'` elif [ "$OS" == "S
www.eeworm.com/read/180137/5288782

nsxlview

#!/bin/bash file=$1 if [ "$file"xx == xx ] then echo "Usage: $0 file.doc" exit 1 fi source=$1 #Generate a unique html filename (/tmp/scriptname.pidnum.html) # should use mkstemp, this
www.eeworm.com/read/177565/5323535

sh assemble-binary.sh

#!/bin/bash echo "Preparing package in tmp" echo " adding control file" rm -rf tmp mkdir -p tmp/DEBIAN/ cp control tmp/DEBIAN echo " adding library .a" mkdir -p tmp/usr/lib find ..
www.eeworm.com/read/177565/5323630

sh assemble-binary.sh

#!/bin/bash echo "Preparing package in tmp" echo " adding control file" rm -rf tmp mkdir -p tmp/DEBIAN/ cp control tmp/DEBIAN echo " adding library .a" mkdir -p tmp/usr/lib find ..
www.eeworm.com/read/177565/5323654

sh assemble-binary.sh

#!/bin/bash echo "Preparing package in tmp" echo " adding control file" rm -rf tmp mkdir -p tmp/DEBIAN/ cp control tmp/DEBIAN echo " adding library .a" mkdir -p tmp/usr/lib find ..
www.eeworm.com/read/177565/5323836

sh assemble-binary.sh

#!/bin/bash echo "Preparing package in tmp" echo " adding control file" rm -rf tmp mkdir -p tmp/DEBIAN/ cp control tmp/DEBIAN echo " adding library .a" mkdir -p tmp/usr/lib find ..
www.eeworm.com/read/175748/5341937

sh run.sh

#!/bin/bash if [ -z $HADOOP_HOME ] then echo "Error HADOOP_HOME not defined" ; exit 1; fi mkdir -p logs; export TIMES=2 #for dataLines in 1 10000 10000000 for dataLines in 1 100 do for m
www.eeworm.com/read/349752/3140305

build-req

#!/bin/bash # Build a certificate signing request and private key. Use this # when your root certificate and key is not available locally. export EASY_RSA="${EASY_RSA:-.}" "$EASY_RSA/pkitool" --int