代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/494783/1156099

ltypes

#!/bin/bash if [ $# -ne 1 ] then echo "usage: Ltypes filename" >&2 exit 2 fi FILE="$1" #TMPFILE='mktemp "${FILE}.XXXXXX"' || exit 1 TMPFILE=${FILE}.`date "+%s"` touch $TMPFILE || exit 1 # C
www.eeworm.com/read/490851/1195600

ltypes

#!/bin/bash if [ $# -ne 1 ] then echo "usage: Ltypes filename" >&2 exit 2 fi FILE="$1" #TMPFILE='mktemp "${FILE}.XXXXXX"' || exit 1 TMPFILE=${FILE}.`date "+%s"` touch $TMPFILE || exit 1 # C
www.eeworm.com/read/489559/1220344

ltypes

#!/bin/bash if [ $# -ne 1 ] then echo "usage: Ltypes filename" >&2 exit 2 fi FILE="$1" #TMPFILE='mktemp "${FILE}.XXXXXX"' || exit 1 TMPFILE=${FILE}.`date "+%s"` touch $TMPFILE || exit 1 # C
www.eeworm.com/read/486883/1246356

ltypes

#!/bin/bash if [ $# -ne 1 ] then echo "usage: Ltypes filename" >&2 exit 2 fi FILE="$1" #TMPFILE='mktemp "${FILE}.XXXXXX"' || exit 1 TMPFILE=${FILE}.`date "+%s"` touch $TMPFILE || exit 1 # C
www.eeworm.com/read/484868/1265110

sh tinyos.sh.sh

# script for profile.d for bash shells, adjusted for each users # installation by substituting @prefix@ for the actual tinyos tree # installation point. TOSROOT="@prefix@/tinyos-1.x" export TOSROOT T
www.eeworm.com/read/477613/1360303

ltypes

#!/bin/bash if [ $# -ne 1 ] then echo "usage: Ltypes filename" >&2 exit 2 fi FILE="$1" #TMPFILE='mktemp "${FILE}.XXXXXX"' || exit 1 TMPFILE=${FILE}.`date "+%s"` touch $TMPFILE || exit 1 # C
www.eeworm.com/read/467515/1501401

ltypes

#!/bin/bash if [ $# -ne 1 ] then echo "usage: Ltypes filename" >&2 exit 2 fi FILE="$1" #TMPFILE='mktemp "${FILE}.XXXXXX"' || exit 1 TMPFILE=${FILE}.`date "+%s"` touch $TMPFILE || exit 1 # C
www.eeworm.com/read/466392/1511207

sh airoscfunc_unstable.sh

#!/bin/bash echo -e "\tUnstable functions from airoscript loaded,\n\tif you don't want this, set UNSTABLE=0 in\n\tconfig file" unstablemenu(){ echo -e `gettext 'No unstable menu defined at this time,
www.eeworm.com/read/466392/1511214

sh airoscfunc_screen.sh

#!/bin/bash # Functions that have been modified to work with screen. #Subproducts of choosescan. function Scan { clear rm -rf $DUMP_PATH/dump* $CDCMD screen -S airoscript -c /usr/share/airosc
www.eeworm.com/read/452691/1652103

ltypes

#!/bin/bash if [ $# -ne 1 ] then echo "usage: Ltypes filename" >&2 exit 2 fi FILE="$1" #TMPFILE='mktemp "${FILE}.XXXXXX"' || exit 1 TMPFILE=${FILE}.`date "+%s"` touch $TMPFILE || exit 1 # C