代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/420735/2065148
svn-base makefile.svn-base
# This makefile is here to simplify the automatic releases (and tests!!!)
# of the scripts
TS?=$(shell date '+%Y%m%d-%H%M')
DS?=$(shell date '+%Y%m%d')
# Set TARGETDIR to directory where you want t
www.eeworm.com/read/420735/2065243
readme
CMERT 0.5
5 Nov 2005
Copyright (c) 2005 David Chiang. All rights reserved (for now).
Minimalist installation instructions:
- make
- set #! lines and sys.path lines in Python scripts
- see ru
www.eeworm.com/read/418008/2095405
c script.c
/* script.c
*
* Functions to call the DHCP client notification scripts
*
* Russ Dill July 2001
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details
www.eeworm.com/read/414969/2138452
c lxdialog.c
/*
* dialog - Display simple dialog boxes from shell scripts
*
* ORIGINAL AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
* MODIFIED FOR LINUX KERNEL CONFIG BY: William Roadcap (roadcap@cfw.com)
*
* T
www.eeworm.com/read/414420/2145944
readme
Hymod Board Database
(C) Copyright 2001
Murray Jensen
CSIRO Manufacturing Science and Technology, Preston Lab
25-Jun-01
This stuff is a set of PHP/MySQL scripts to implemen
www.eeworm.com/read/411409/2188828
cfg str910-eval.cfg
# str910-eval eval board
#
# Need reset scripts
reset_config trst_and_srst
if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
} else {
set _CHIPNAME str912
}
if { [info exists
www.eeworm.com/read/408818/2242173
readme
Hymod Board Database
(C) Copyright 2001
Murray Jensen
CSIRO Manufacturing Science and Technology, Preston Lab
25-Jun-01
This stuff is a set of PHP/MySQL scripts to implemen
www.eeworm.com/read/407756/2259054
calling_script
#!/bin/ksh
function sayit { print "How are ya $1?" ; }
typeset -fx sayit # Export sayit to other scripts
sayit Tommy
print "Going to other script"
other_script # Call other_script
prin
www.eeworm.com/read/407729/2259608
rcs
#!/bin/sh
# Start all init scripts in /etc/init.d
# executing them in numerical order.
#
for i in /etc/init.d/S??* ;do
# Ignore dangling symlinks (if any).
[ ! -f "$i" ] && continue
www.eeworm.com/read/396399/2422433
rcs
#!/bin/sh
# Start all init scripts in /etc/init.d
# executing them in numerical order.
#
for i in /etc/init.d/S??* ;do
# Ignore dangling symlinks (if any).
[ ! -f "$i" ] && continue