代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/437877/7740597
unix donemap.unix
#!/bin/bash
# donemap.unix - script for compile csp files and rom files
#
# Copyright(C) eyBuild Group, 2005, 2006. All Rights Reserved.
#
# modification history
# --------------------
# 02a, 2006-5-
www.eeworm.com/read/198531/7930964
sh openvpn-startup.sh
#!/bin/bash
# A sample OpenVPN startup script
# for Linux.
# openvpn config file directory
dir=/etc/openvpn
# load the firewall
$dir/firewall.sh
# load TUN/TAP kernel module
modprobe tun
# enable
www.eeworm.com/read/332234/12772077
sh reset_wrong.sh
#!/bin/bash
#defind passwd ip file env
read –p 'input password : ' –s passwd
read –p 'input serverip files :' –s ip
#you may change the local differient it file
#example ipbj
for host in '
www.eeworm.com/read/240662/13207795
sh reset_wrong.sh
#!/bin/bash
#defind passwd ip file env
read –p 'input password : ' –s passwd
read –p 'input serverip files :' –s ip
#you may change the local differient it file
#example ipbj
for host in '
www.eeworm.com/read/321262/13409955
sh reset_wrong.sh
#!/bin/bash
#defind passwd ip file env
read –p 'input password : ' –s passwd
read –p 'input serverip files :' –s ip
#you may change the local differient it file
#example ipbj
for host in '
www.eeworm.com/read/147142/5733454
run
#! /bin/bash
echo Generating dataset
../Generator -ds 1000 -sl 100 > mix
echo Creating new TPR-Tree and Querying
../TPRTreeLoad mix tree 10 > res
echo Running exhaustive search
../Exhaustive mix >
www.eeworm.com/read/147142/5733458
run
#! /bin/bash
echo Generating dataset
../Generator 1000 100 > mix
echo Creating new R-Tree and Querying
../RTreeLoad mix tree 10 intersection > res
echo Running exhaustive search
../Exhaustive mix i
www.eeworm.com/read/144212/5752738
c getenv.c
/* getenv.c - get environment variable value from the shell's variable
list. */
/* Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
www.eeworm.com/read/144212/5752759
c netopen.c
/*
* netopen.c -- functions to make tcp/udp connections
*
* Chet Ramey
* chet@ins.CWRU.Edu
*/
/* Copyright (C) 1987,1991 Free Software Foundation, Inc.
This file is part of GNU Bash, the
www.eeworm.com/read/144084/5753336
sh dumpdata.sh
#!/bin/bash
#
# This script extracts data from the database.
# Compressed dump is sent to stdout. Use restore.sh script to restore
# data from a generated dump file.
#
# Usage:
# dumpdata > dump
ec