代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/154352/5638185

sh gen_module.sh

#!/bin/bash echo "Generate modules.cgz for Marvell PCI-X to Serial ATA adapters." if [ -z "$1" ] ; then echo "parameter missing" exit 1 fi BOOT_FLAGS="-D__BOOT_KERNEL_BOOT=1 -D__BOOT_
www.eeworm.com/read/268797/11121278

el bashdb.el

;;; bashdb.el --- BASH Debugger mode via GUD and bashdb ;;; $Id: bashdb.el,v 1.22 2007/07/12 06:06:05 myamato Exp $ ;; Copyright (C) 2002, 2006, 2007 Rocky Bernstein (rockyb@users.sf.net) ;;
www.eeworm.com/read/236244/14024279

sh ping.sh

#!/bin/bash LOGDIR=/var/log/netlog While : Do DATE = 'date –d today + %y%m%d ' TIME = 'date -d today +%T ' Echo "$TIME || 'ping $1 -c 1 -w 1 | sed -n '2p' | awk '{if($6 ==
www.eeworm.com/read/236244/14024308

sh reset_right.sh

#!/bin/bash ###判断是否带有参数 if [ '$1'==']; then echo –e '\33[om reboot.sh filename \n filename if a file which cantain thi ip list you want to reboot .\n]'; exit; fi ###显示提示信息并读取passwd
www.eeworm.com/read/235758/14053776

usbcam

#!/bin/bash # $Id: usbcam.console,v 1.4 2002/09/12 16:50:18 hun Exp $ # # /etc/hotplug/usb/usbcam # # Sets up newly plugged in USB camera so that the user who owns # the console according to pam_conso
www.eeworm.com/read/203305/15362306

sh add_message_file.sh

#!/bin/bash # $Id: add_message_file.sh 7364 2005-09-24 08:49:52Z nijel $ # # Shell script that adds a message file to all message files # adding "//to translate" on each line # # Example: add_message
www.eeworm.com/read/106588/15633584

moveit

#!/bin/bash ROOT=/cvsroot/passwordsafe/pwsafe/psafe FROM=${ROOT}/ TO=${ROOT}/corelib/ MV=/bin/mv $MV ${FROM}BlowFish.cpp,v $TO $MV ${FROM}BlowFish.h,v $TO $MV ${FROM}ItemData.cpp,v $TO $MV ${FROM}Ite
www.eeworm.com/read/433100/8546582

g77 read.me.g77

This file incidates that you have unpacked the rayinvr g77 patch. To apply patch run: patch -p0 < rayinvr_g77.diff You can then either make the binaries manually or use the build_all.bash script.
www.eeworm.com/read/387891/8648069

sh server-regression.sh

#!/bin/bash # Even in the 21st century some diffs are not supporting -u. diff -u $0 $0 > /dev/null 2>&1 if [ $? -eq 0 ]; then diff_cmd="diff -u" else diff_cmd="diff" fi # Make sure that the data
www.eeworm.com/read/284422/8932528

txt shell_color.txt

#!/bin/bash # Display ANSI colours. #tiff 01;35 esc="\033[" echo -n " _ _ _ _ _40 _ _ _ 41_ _ _ _42 _ _ _ 43" echo "_ _ _ 44_ _ _ _45 _ _ _ 46_ _ _ _47 _" for fore in 30 31 32 33 34 35 36 37; do l