代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/247212/4483579
makefile
all: .depend client server
DIR_PREFIX=../
include ../../MakeVars
INSTALL_DIR = poa/inherit
INSTALL_SRCS = Makefile client.cc server.cc inherit.idl
INSTALL_SCRIPTS = inherit
server: inherit.
www.eeworm.com/read/247212/4483945
win32 makefile.win32
RELATIVE=../../..
!include ../../MakeVars.win32
all: path client server
path:
INSTALL_DIR = mt/callback
INSTALL_SRCS = Makefile client.cc server.cc callback.idl
INSTALL_SCRIPTS = run
serv
www.eeworm.com/read/241806/4557830
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
#
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
#
www.eeworm.com/read/231546/4715191
vim htmlos.vim
" Vim syntax file
" Language: HTML/OS by Aestiva
" Maintainer: Jason Rust
" URL: http://www.rustyparts.com/vim/syntax/htmlos.vim
" Info: http://www.rustyparts.com/scripts.php
"
www.eeworm.com/read/231546/4715198
vim gnuplot.vim
" Vim syntax file
" Language: gnuplot 3.7 pl0
" Maintainer: John Hoelzel johnh51@bigfoot.com
" Last Change: Mon Nov 20 13:11:31 PST 2000
" Filenames: *.gpi *.gih scripts: #!*gnuplot
" URL: http
www.eeworm.com/read/229562/4753960
driver
# Driver script with two test scripts.
jobs ${J}
time ${T}
# Pause up to 30 seconds between job executions.
randomize 30000
script 1 leave-message TO=sip:${EXT}@${HOST}
script 1 retrieve-message TO=si
www.eeworm.com/read/227819/4768461
in makefile.in
TARGET = @targetname@
SRCS = rlm_perl.c
HEADERS =
RLM_CFLAGS = @perl_cflags@
RLM_LIBS = @perl_ldflags@
RLM_INSTALL = install-scripts
## this uses the RLM_CFLAGS and RLM_LIBS and
www.eeworm.com/read/226006/4788997
fix_path
#!/bin/bash
PROG=scripts/logwatch.pl
TMP=project/tmp/fix_path.tmp
cp $PROG $TMP
sed \
-e 's/^\(my \$BaseDir = .*kirk.*\)$/#\1/' \
-e 's/^#\(my \$BaseDir = "\/etc\/log\.d";\)$/\1/' \
$TMP >
www.eeworm.com/read/222388/4819666
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
#
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
#
www.eeworm.com/read/221054/4838156
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
#
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
#