代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/140467/5791846

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/137626/5822735

elinks-remote

#!/bin/bash # # This script lets you pass URLs from external programs to ELinks easily. You # just call this script with URL as a parameter (just like i.e. "netscape # -remote url"), and then press 'x
www.eeworm.com/read/128965/5978263

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/126411/6017546

h memalloc.h

/* memalloc.h -- consolidate code for including alloca.h or malloc.h and defining alloca. */ /* Copyright (C) 1993 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Agai
www.eeworm.com/read/126411/6017594

h memalloc.h

/* memalloc.h -- consolidate code for including alloca.h or malloc.h and defining alloca. */ /* Copyright (C) 1993 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Agai
www.eeworm.com/read/126411/6017607

h memalloc.h

/* memalloc.h -- consolidate code for including alloca.h or malloc.h and defining alloca. */ /* Copyright (C) 1993 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Agai
www.eeworm.com/read/125133/6032781

mstart

#!/bin/bash # # Copyright (c) 2002 Autonomous Zone Industries # Copyright (c) 2002 Bryce "Zooko" Wilcox-O'Hearn # This file is licensed under the # GNU Lesser General Public License v2.1. # S
www.eeworm.com/read/125133/6032955

mstart

#!/bin/bash # # Copyright (c) 2002 Autonomous Zone Industries # Copyright (c) 2002 Bryce "Zooko" Wilcox-O'Hearn # This file is licensed under the # GNU Lesser General Public License v2.1. # S
www.eeworm.com/read/100047/6274320

wesetup

#!/bin/bash #Setup program for Web E-Mail 1.1. #This program MUST be in the path. cd ~ if [ ! -d ".webmail" ] then mkdir .webmail chmod u+rwx .webmail fi cd .webmail if [ ! -f "tmp" ] then
www.eeworm.com/read/494689/6360021

sh rec.sh

#!/bin/bash ARQ=$1 if [ ! -e temp ] ; then mkdir temp ; else rm -Rf temp/* ; fi if [ ! -e data ] ; then mkdir data ; else rm -Rf data/* ; fi if [ ! -e $ARQ ] ; then echo "Arquivo inexistente ou sem a