代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/268797/11121727

inc dbg-set.inc

# dbg-set.inc - Bourne Again Shell Debugger Set Routines # # Copyright (C) 2002,2003,2006,2007 Rocky Bernstein # rockyb@users.sourceforge.net # # Bash is free software; you can redistribute it
www.eeworm.com/read/411855/11224199

sh cg.sh

#!/bin/bash GCCXML=/l/extreme/local/packages/gccxml/bin/gccxml CODEGENERATOR=./codegenerator if [ $# -lt 3 ]; then echo "Usage: -t=[hpp | cpp] class_head_file class_name" exit 1 fi echo "//
www.eeworm.com/read/147336/12563753

h posixstat.h

/* posixstat.h -- Posix stat(2) definitions for systems that don't have them. */ /* Copyright (C) 1987,1991 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell
www.eeworm.com/read/300850/13889003

kernelcfg2mk

#!/bin/bash if [ $# -lt 1 ] ; then echo "kernelcfg2mk: requires linux kernel directory as the first argument" exit 2 fi LINUX_DIR="$1" if [ $# -gt 1 ] ; then KERN_MODULES_DIR="$2" fi if [ !
www.eeworm.com/read/237122/13976529

htm ch02_11.htm

[Chapter 2] 2.11 Faster ksh and bash Startup with $- Test
www.eeworm.com/read/134198/14001980

rules

#!/usr/bin/make -f SHELL=/bin/bash package = fprobe tmp = $(shell pwd)/debian/tmp clean: (make clean; true) rm -f build debian/{files,substvars} rm -rf $(tmp) build: ./configure --bindir=/
www.eeworm.com/read/235758/14053775

libusbscanner

#!/bin/bash # $Id: libusbscanner,v 1.2 2004/08/26 10:26:08 twaugh Exp $ # # /etc/hotplug/usb/libusbscanner # # Sets up newly plugged in USB scanner so that the user who owns # the console according to
www.eeworm.com/read/235304/14075327

h posixstat.h

/* posixstat.h -- Posix stat(2) definitions for systems that don't have them. */ /* Copyright (C) 1987,1991 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell
www.eeworm.com/read/103743/15724377

sh firewall.sh

#!/bin/bash # A Sample OpenVPN-aware firewall. # eth0 is connected to the internet. # eth1 is connected to a private subnet. # Change this subnet to correspond to your private # ethernet subnet. H
www.eeworm.com/read/103743/15724437

make-crl

#!/bin/bash # # generate a CRL # # if test $# -ne 1; then echo "usage: make-crl "; exit 1 fi if test $KEY_DIR; then cd $KEY_DIR && \ openssl ca -gencrl -o