代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/367275/9763042
testscript
#!/bin/bash
i=1
while [ $i -lt 10 ]; do
./gen
j=1
while [ $j -lt 50 ]; do
./ibe key_from_master_shares ben share
echo "Hello, World!" | ./ibe encrypt ben | ./ibe fixed_password_decrypt b
www.eeworm.com/read/268797/11121496
sh dbg-test1.sh
#!/usr/bin/env bash
# Note: no CVS Id line since it would mess up regression testing.
# This code is used for various debugger testing.
fn1() {
echo "fn1 here"
x=5
fn3
}
fn2() {
www.eeworm.com/read/268797/11121538
in dbg-test1.sh.in
#!/usr/bin/env bash
# Note: no CVS Id line since it would mess up regression testing.
# This code is used for various debugger testing.
fn1() {
echo "fn1 here"
x=5
fn3
}
fn2() {
www.eeworm.com/read/147676/12540116
makedev
#!/bin/bash
function makedev () {
for dev in 0 1 2 3; do
echo "/dev/$1$dev: char 81 $[ $2 + $dev ]"
rm -f /dev/$1$dev
mknod /dev/$1$dev c 81 $[ $2 + $dev ]
chmod 666 /dev/$1$dev
d
www.eeworm.com/read/238196/13902925
testscript
#!/bin/bash
i=1
while [ $i -lt 10 ]; do
./gen
j=1
while [ $j -lt 50 ]; do
./ibe key_from_master_shares ben share
echo "Hello, World!" | ./ibe encrypt ben | ./ibe fixed_password_decrypt b
www.eeworm.com/read/203305/15362276
sh add_message.sh
#!/bin/bash
# $Id: add_message.sh 9537 2006-10-12 16:27:13Z nijel $
#
# Shell script that adds a message to all message files (Lem9)
#
# Example: add_message.sh '$strNewMessage' 'new message contents
www.eeworm.com/read/104815/15682616
copismall
#!/bin/bash
# $Id: copismall,v 1.5 2003/08/15 19:34:18 tom Exp $
#
# ComeOn Point Installer! v0.9a.small (small version for cdialog v0.9a)
# - installa il point in modo visuale e auto-detecting. Ver
www.eeworm.com/read/104815/15682686
funcs copi.funcs
#!/bin/bash
# $Id: copi.funcs,v 1.3 2001/01/15 22:24:26 tom Exp $
# ComeOn Point Functions! v0.9.2
# - usate da vari altri moduli ComeOn Point...
#
# AUTHOR: Beppe (beppe.dem@nsm.it)
#
# This prog
www.eeworm.com/read/104815/15682687
funcs admin.funcs
#!/bin/bash
# $Id: admin.funcs,v 1.2 2001/01/15 22:20:11 tom Exp $
#
# ComeOn Point Functions! v0.9.2
# - usate da vari altri moduli ComeOn Point...
#
# AUTHOR: Beppe (beppe.dem@nsm.it)
#
# This p
www.eeworm.com/read/432021/8637900
usage-reports
#!/bin/bash
#
# $Id: usage-reports 1339 2006-09-21 19:46:28Z tbailey $
# $Log$
# Revision 1.2 2005/12/02 07:21:39 tbailey
# Removed the "meta-meme" update because the server no longer is running. T