代码搜索:Scripts

找到约 7,993 项符合「Scripts」的源代码

代码结果 7,993
www.eeworm.com/read/100411/15874376

po cs.po

# Czech translation file for gsmssend # Petr Blaha , 2001. # # msgid "" msgstr "" "Project-Id-Version: gsmssend 1.5\n" "POT-Creation-Date: 2001-10-24 15:50+0200\n" "PO-Revision-Date: 2
www.eeworm.com/read/100411/15874377

po fr.po

# French translation file for gsmssend # Copyright (c) E. Lassauge, 2001. # # mailto:lassauge@mail.dotcom.fr # http://lassauge.free.fr/smssend/ # msgid "" msgstr "" "Project-Id-Version: gsmsend 1.6\n"
www.eeworm.com/read/105272/15672723

am makefile.am

bin_PROGRAMS = mbchk sbin_SCRIPTS = grub-install grub-md5-crypt grub-terminfo noinst_SCRIPTS = grub-image mkbimage EXTRA_DIST = mkbimage # XXX: Need to search for a header file in docs, because of m
www.eeworm.com/read/105052/15679071

am makefile.am

bin_PROGRAMS = mbchk sbin_SCRIPTS = grub-install grub-md5-crypt grub-terminfo noinst_SCRIPTS = grub-image mkbimage EXTRA_DIST = mkbimage # XXX: Need to search for a header file in docs, because of m
www.eeworm.com/read/221024/14772169

html http:^^www.cs.washington.edu^homes^dbj^scripts.html

Date: Tue, 10 Dec 1996 22:42:47 GMT Server: NCSA/1.4.2 Content-type: text/html Last-modified: Tue, 04 Oct 1994 03:39:12 GMT Content-length: 7901 Guidelines For Writing HTTP Serv
www.eeworm.com/read/105943/15653097

url freeperlcode.com - hundreds of free perl scripts with source code.url

[InternetShortcut] URL=http://www.freeperlcode.com/ Modified=40B357140152BF0171
www.eeworm.com/read/292335/8360967

am makefile.am

dist_bin_SCRIPTS=install_module.sh uninstall_module.sh
www.eeworm.com/read/187544/8626247

sh filecheck2.sh

#!/bin/sh # FileName: /opt/local/shell_scripts/filecheck2.sh if [ -f $1 ]; then ls -la $1 exit 0 fi exit 1
www.eeworm.com/read/187544/8626254

sh filecheck.sh

#!/bin/sh # FileName: /opt/local/shell_scripts/filecheck.sh if [ -f $1 ]; then exit 0 fi exit 1