代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/308230/13705710
initscript
#!/bin/bash
# Source function library.
. /etc/init.d/functions
DRCOM_PATH=/usr/local/bin
RETVAL=0
start() {
echo -n $"Starting drcomd: "
$DRCOM_PATH/drcomd
RETVAL=$?
echo
[ $RETVAL -eq 0 ] ||
www.eeworm.com/read/306144/13751750
essential-packages-list-m68k
This list was generated on Sun Jul 9 23:33:44 UTC 2006 for m68k
It contains a list of essential packages (which are also build-essential).
base-files
base-passwd
bash
bsdutils
coreutils
debianutils
www.eeworm.com/read/306144/13751763
essential-packages-list-hurd-i386
This list was generated on Sun Jul 9 23:32:51 UTC 2006 for hurd-i386
It contains a list of essential packages (which are also build-essential).
base-files
base-passwd
bash
bsdutils
coreutils
debianu
www.eeworm.com/read/305487/13767349
gdbline
#!/bin/bash
#
# $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $
#
# gdbline module image
#
# Outputs an add-symbol-file line suitable for pasting into gdb to examine
# a loaded module.
#
cd /sys/m
www.eeworm.com/read/304561/13791381
gdbline
#!/bin/bash
#
# $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $
#
# gdbline module image
#
# Outputs an add-symbol-file line suitable for pasting into gdb to examine
# a loaded module.
#
cd /sys/m
www.eeworm.com/read/303103/13821645
gdbline
#!/bin/bash
#
# $Id: gdbline,v 1.1 2004/08/02 16:27:55 corbet Exp $
#
# gdbline module image
#
# Outputs an add-symbol-file line suitable for pasting into gdb to examine
# a loaded module.
#
cd /sys/m
www.eeworm.com/read/152092/5676031
sh run.sh
#!/bin/bash
# script for starting the measurement example;
# example usage: ./run.sh minimize_jitter=0 period=300
# see rt_process.c for other parameters
make
rmmod rt_process
insmod rt_process $*
.
www.eeworm.com/read/148721/5709959
sh build_setup.sh
#!/bin/bash
# Build various setups..
# inputs:
# directory with the common media
Q3SETUPMEDIA=/home/timo/Id/Q3SetupMedia/quake3
# directory with binaries tree
Q3BINARIES=../install
# v
www.eeworm.com/read/147142/5733451
run
#! /bin/bash
echo Generating dataset
../Generator 1000 > d
awk '{if ($2 != 2) print $0}' < d > data
awk '{if ($2 == 2) print $0}' < d > queries
rm -rf d
echo Creating new MVR-Tree
../MVRTreeLoad dat
www.eeworm.com/read/147142/5733456
run
#! /bin/bash
echo Generating dataset
../Generator 300000 0 > d
awk '{if ($1 == 1) print $0}' < d > data
awk '{if ($1 == 2) print $0}' < d > queries
rm -rf d
echo Creating new R-Tree
../RTreeBulkLoad