代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/141300/5770646
copying
These scripts are free for everyone who think that they might by useful for
him. If someone makes them better please e-mail me.
Michael Widlok
widlok@uci.agh.edu.pl
www.eeworm.com/read/140582/5787168
patch linux-2.4.0-nonintconfig.patch
--- /tmp/linux/Makefile Fri Jan 12 10:38:19 2001
+++ linux/Makefile Fri Jan 12 10:34:21 2001
@@ -265,6 +265,9 @@
oldconfig: symlinks
$(CONFIG_SHELL) scripts/Configure -d arch/$(ARCH)/config.in
+o
www.eeworm.com/read/138642/5815318
am makefile.am
# Copyright (C) 2000 Ryan M. Rifkin
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# th
www.eeworm.com/read/136071/5875388
entries
D/Configs////
D/config////
D/libstrip////
D/locale////
D/scripts////
/Makefile/1.1/Mon Aug 23 18:26:49 2004//
www.eeworm.com/read/135582/5885899
readme
** platforms/demo-nanox **
This "platform" installs Pixil on the native platform, and sets it up with some demostration
files and other various scripts.
www.eeworm.com/read/135582/5885900
pixil-ifup
#!/bin/sh
# Network configuration script for the Pixil Operating Environment
# running under Redhat 7.3
#
# Usage: ./pixil-ifup
# Major cheat here... :) Just run the Redhat scripts. We
www.eeworm.com/read/135582/5885901
pixil-ifdown
#!/bin/sh
# Network configuration script for the Pixil Operating Environment
# running under Redhat 7.3
#
# Usage: ./pixil-ifdown
# Major cheat here... :) Just run the Redhat scripts.
www.eeworm.com/read/131315/5932751
c asc.c
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Ralph Campbell and Rick Mac
www.eeworm.com/read/131315/5937220
makefile
# Copyright (c) 1992 by Texas Internet Consulting
# This code may be freely copied and used so long as this
# copyright notice is attached. This code may not be sold
# without the express written per
www.eeworm.com/read/101990/6234762
run-all
#!/bin/bash
mkdir -p out
scripts=""
options=""
abort_if_fail=true
while [ $# -gt 0 ]; do
opt=$1; shift
case $opt in
--continue)
abort_if_fail=false;;
--reader)
options="$options $opt $1"
s