代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/103453/15731604
qareporterdb
#!/bin/bash
#
# qareporterDB - Simple automated testing script
#
# Version 1.0, Mar 27, 2002 by Francis Lee (francis@treshna.com)
CURRENT_TEST_DIR=`pwd`
BONDDB_DIR=${CURRENT_TEST_DIR%/*}
HTML=1
# M
www.eeworm.com/read/429798/8788260
runastyle
#!/bin/bash
astyle --style=ansi --min-conditional-indent=0 --pad=oper --unpad=paren src/*.cpp
astyle --style=ansi --min-conditional-indent=0 --pad=oper --unpad=paren src/*.h
astyle --style=ansi --min
www.eeworm.com/read/383233/8959905
chname
#!/bin/bash
# change file's name
# karlno 20080928
function man
{
echo "Usage: chname -c|-n|-d|-a path old_name [new_name]"
echo "option function"
echo " -c replace old suffix by new one"
echo
www.eeworm.com/read/185138/9056151
makedist
#!/bin/sh
# note -- this assumes 'bash' shell, GNU tar, 'gzip'.
# pass a version number e.g. 1.4.3 as 1st parameter...
ME=`pwd`
cd ..
if [ ! -s aescrypt-${1} ]
then
ln -s "${ME}" "aescrypt-${1}"
www.eeworm.com/read/182446/9203880
in motion.init-debian.in
#! /bin/bash
#
# motion Start the motion detection .
#
NAME=motion
PATH=/bin:/usr/bin:/sbin:/usr/sbin
DAEMON=@BIN_PATH@/motion
PIDFILE=/var/run/$NAME.pid
trap "" 1
export LANG=C
export PATH
test -
www.eeworm.com/read/362879/9977610
interac
#!/bin/bash
# Load the Python module vergleich.py in the working directory
# Paul Panserrieu
# last modified: 04-07-2007 10:39:05 PM CEST
BOX=`uname`
# your own path
PATH_LINUX=/home/peutetre/diplo
www.eeworm.com/read/421085/10756056
sh generator.sh
#!/bin/bash
# $Id: generator.sh 9537 2006-10-12 16:27:13Z nijel $
#
# Shell script that adds a new function file using a template. Should not be called directly
# but instead by template_Generator.sh
www.eeworm.com/read/421085/10756699
sh remove_message.sh
#!/bin/bash
# $Id: remove_message.sh 5152 2003-11-18 15:20:45Z nijel $
#
# Shell script that removes a message from all message files (Lem9)
# it checks for the message, followed by a space
#
# Exampl
www.eeworm.com/read/417848/10974304
sh testit.sh
#!/bin/bash -norc
set -x
#ls -l /mnt/wrapfs/uname
#read n
file=foo-$RANDOM
## shift inward test
#echo 'abcdefghijklmnopqrstuvwxyz0123456789' > /mnt/wrapfs/$file
#read n
#echo 'XXXXXXXXXX' | ~ib42/c
www.eeworm.com/read/417848/10974371
sh testit.sh
#!/bin/bash -norc
set -x
#ls -l /mnt/wrapfs/uname
#read n
file=foo-$RANDOM
## shift inward test
#echo 'abcdefghijklmnopqrstuvwxyz0123456789' > /mnt/wrapfs/$file
#read n
#echo 'XXXXXXXXXX' | ~ib42/c