代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/395929/2428500
in configure.in
#! /bin/bash
##############################################################################
## This file is a shell script fragment that supplies the information
## necessary to tailor a template con
www.eeworm.com/read/389759/2538315
sh amarok_live_scan.sh
#!/bin/bash
############################################################################
# Copyright (C) 2005 by Mike Diehl #
# madpenguin8@yahoo.com #
#
www.eeworm.com/read/389759/2538336
sh amarok-bench.sh
#!/bin/bash
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Amarok-bench
# ==================
# Measures the time it takes to compile Amarok, meant to be r
www.eeworm.com/read/389759/2538338
sh amarok-svn.sh
#!/bin/bash
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Amarok-svn
# ============
# This script installs the current development (SVN) version of Amaro
www.eeworm.com/read/259602/4342326
a2billing-callback-daemon-start
#!/bin/bash
/etc/init.d/a2billing-callback-daemon start
www.eeworm.com/read/259602/4342328
a2billing-callback-daemon-stop
#!/bin/bash
/etc/init.d/a2billing-callback-daemon stop
www.eeworm.com/read/365329/9869220
ooc
#!/bin/sh
##! /usr/local/gnu/bin/bash
# use /bin/bash on linux
# cannot use sh on NeXT -- it forgets to remove the temporary file
# ooc -- 5.11 Sep 25 12:56:03 1993
# Copyright (c) 1993 Axel T. Schre
www.eeworm.com/read/16793/690674
c os2compat.c
/* os2compat.c - OS/2 compatibility functions. */
/* Copyright (C) 2001-2002, 2005-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribu
www.eeworm.com/read/16793/690692
c loadmsgcat.c
/* loadmsgcat.c - Load needed message catalogs. */
/* Copyright (C) 1995-1999, 2000-2003, 2005-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you ca
www.eeworm.com/read/16793/691308
sub dbg-support3.sub
shopt -s extdebug
callstack(){
deep=${#BASH_ARGV[*]}
echo "deep $deep"
i=0
for ff in ${BASH_ARGV[@]}
do
echo "$i $ff"
i=$(($i+1))
done
}
f3()
{
echo $FUNCNAME: calling callstack
callstac