代码搜索:bash

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

代码结果 5,321
www.eeworm.com/read/459184/1572587

sh template_generator_mimetype.sh

#!/bin/bash # $Id: template_generator_mimetype.sh 9537 2006-10-12 16:27:13Z nijel $ # # Shell script that adds a new mimetype without transform function. # # The filename should contain either 'mimety
www.eeworm.com/read/250731/4427521

in eventengine.sh.in

#!/usr/bin/env bash prefix=@prefix@ exec_prefix=@exec_prefix@ bindir=@bindir@ localstatedir=@localstatedir@ sysconfdir=@sysconfdir@ libdir=@libdir@ javalibdir=@javalibdir@ NAV_CONF="${sysconfdir}/na
www.eeworm.com/read/250731/4427596

in networkdiscovery.sh.in

#!/usr/bin/env bash prefix=@prefix@ exec_prefix=@exec_prefix@ bindir=@bindir@ localstatedir=@localstatedir@ sysconfdir=@sysconfdir@ libdir=@libdir@ javalibdir=@javalibdir@ NAV_CONF="${sysconfdir}/na
www.eeworm.com/read/250731/4427633

in getdevicedata.sh.in

#!/usr/bin/env bash prefix=@prefix@ exec_prefix=@exec_prefix@ bindir=@bindir@ localstatedir=@localstatedir@ sysconfdir=@sysconfdir@ libdir=@libdir@ javalibdir=@javalibdir@ NAV_CONF="${sysconfdir}/na
www.eeworm.com/read/239312/4602397

nosy

#!/bin/bash # Scriptname: nosy echo -e "Are you happy? \c" read answer echo "$answer is the right response." echo -e "What is your full name? \c" read first middle last echo "Hello $first" echo -n "W
www.eeworm.com/read/233925/4663515

run

#! /bin/bash echo Generating dataset ../Generator 1000 > d awk '{if ($2 != 2) print $0}' < d > data awk '{if ($2 == 2) print $0}' < d > queries rm -rf d echo Creating new MVR-Tree ../MVRTreeLoad dat
www.eeworm.com/read/233925/4663520

run

#! /bin/bash echo Generating dataset ../Generator 300000 0 > d awk '{if ($1 == 1) print $0}' < d > data awk '{if ($1 == 2) print $0}' < d > queries rm -rf d echo Creating new R-Tree ../RTreeBulkLoad
www.eeworm.com/read/209559/4962548

makefile

# # Copyright (C) 2002 Jeff Dike (jdike@karaya.com) # Licensed under the GPL # ARCH_DIR = arch/um OS := $(shell uname -s) #We require it or things break. SHELL := /bin/bash filechk_gen_header = $<
www.eeworm.com/read/200501/5064841

clean-all

#!/bin/bash # Initialize the $KEY_DIR directory. # Note that this script does a # rm -rf on $KEY_DIR so be careful! if [ "$KEY_DIR" ]; then rm -rf "$KEY_DIR" mkdir "$KEY_DIR" && \ chmod go-
www.eeworm.com/read/199657/5075547

linux

#!/bin/bash # dhclient-script for Linux. Dan Halbert, March, 1997. # Updated for Linux 2.[12] by Brian J. Murrell, January 1999. # No guarantees about this. I'm a novice at the details of Linux # netw