代码搜索:Scripts

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

代码结果 7,993
www.eeworm.com/read/302621/13830825

install-sh

#!/bin/sh # install - install a program, script, or datafile scriptversion=2004-07-05.00 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/ut
www.eeworm.com/read/301579/13855855

install-sh

#!/bin/sh # install - install a program, script, or datafile scriptversion=2004-09-10.20 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/ut
www.eeworm.com/read/238483/13883361

install-sh

#!/bin/sh # install - install a program, script, or datafile scriptversion=2006-10-14.15 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/ut
www.eeworm.com/read/140582/5787241

sh alsoflip_test.sh

#!/bin/sh set +o emacs : ==== start ==== D=/testing/scripts/ipsec.conf-alsoflip-01 export IPSEC_CONFS="$D/etc-alsoflip" ipsec setup start ; i=0 ; while i=`expr $i + 1`; [ $i -lt 20 ] && ! { ipsec
www.eeworm.com/read/140582/5787242

txt east-console.txt

east:~# D=/testing/scripts/ipsec.conf-alsoflip-01 east:~# export IPSEC_CONFS="$D/etc-alsoflip" east:~# ipsec setup start ; i=0 ; while i=`expr $i + 1`; [ $i -lt 20 ] && ! { ipsec auto --status | grep
www.eeworm.com/read/138548/5815617

pm promise.pm

# Copyright 2001-2005 Six Apart. # SCRiPTMAFiA 2005 - THE DiRTY HANDS ON YOUR SCRiPTS # # $Id: Promise.pm 10802 2005-03-29 02:46:37Z ezra $ package MT::Promise; use strict; use Exporter; *import = \&
www.eeworm.com/read/138548/5815632

pm postgres.pm

# Copyright 2001-2005 Six Apart. # SCRiPTMAFiA 2005 - THE DiRTY HANDS ON YOUR SCRiPTS # # $Id: postgres.pm 10197 2005-03-09 00:27:57Z ezra $ package MT::ObjectDriver::DBI::postgres; use strict; use
www.eeworm.com/read/138548/5815645

pm configmgr.pm

# Copyright 2001-2005 Six Apart. # SCRiPTMAFiA 2005 - THE DiRTY HANDS ON YOUR SCRiPTS # # $Id: ConfigMgr.pm 10532 2005-03-21 18:43:48Z bchoate $ package MT::ConfigMgr; use strict; use MT::ErrorHandl
www.eeworm.com/read/138548/5815650

pm objectdriver.pm

# Copyright 2001-2005 Six Apart. # SCRiPTMAFiA 2005 - THE DiRTY HANDS ON YOUR SCRiPTS # # $Id: ObjectDriver.pm 10197 2005-03-09 00:27:57Z ezra $ package MT::ObjectDriver; use strict; use MT::ConfigM
www.eeworm.com/read/138548/5815655

pm callback.pm

# Copyright 2001-2005 Six Apart. # SCRiPTMAFiA 2005 - THE DiRTY HANDS ON YOUR SCRiPTS # # $Id: Callback.pm 10418 2005-03-17 01:12:00Z bchoate $ package MT::Callback; use strict; use MT::ErrorHandle