代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/398200/2395175
sh build_or32_elf_tools.sh
#!/bin/bash -x
# Checkout and build gnu toolchain for OpenRISC (or32 target)
# Usage:
# build_or32_elf_tools.sh [-c]
# -c Controls whether CVS checkout is done prior to build
# You probably
www.eeworm.com/read/396920/2406271
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/394755/2454265
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/391269/2521361
buildpkg
#!/bin/bash
# Buildpkg script for producing RPM packages. Does not require root access.
# This is useful for debugging
set -x
# Buildbot exports some useful env variables.
# Check for $AMVER. I coul
www.eeworm.com/read/385822/2584999
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/385462/2588602
xend
#!/bin/bash
#
# xend Script to start and stop the Xen control daemon.
#
# Author: Keir Fraser
#
# chkconfig: 2345 98 01
# description: Starts and stops the Xen contro
www.eeworm.com/read/377251/2704036
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/375079/2742248
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/369883/2794635
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/369651/2796146
skype_bt_hijacker
#!/bin/bash
BINPATH=.
PATH=${BINPATH}:${PATH}
SECONDARYDEV=/dev/dsp1 \
HIJACKDSP=/dev/dsp \
SWITCHFILE=/tmp/switch_dsp \
LD_PRELOAD=${BINPATH}/libskype_bt_hijacker.so \
skype