代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/381061/9112681
swf script.swf
www.eeworm.com/read/381061/9112683
fla script.fla
www.eeworm.com/read/282078/9121461
cpp script.cpp
//-----------------------------------------------------------------------------
//
// $Logfile:: /Quake 2 Engine/Sin/code/game/script.cpp $
// $Revision:: 13
www.eeworm.com/read/282078/9121600
h script.h
//-----------------------------------------------------------------------------
//
// $Logfile:: /Quake 2 Engine/Sin/code/game/script.h $
// $Revision:: 12
www.eeworm.com/read/183895/9133018
bmp script.bmp
www.eeworm.com/read/380481/9145749
script2
#!/bin/sh
# script2: a real program with variables, input,
# and control flow
BOOK=$HOME/phonebook.data
echo find what name in phonebook
read NAME
if grep $NAME $BOOK > /tmp/pb.tmp
then
ec
www.eeworm.com/read/380481/9145756
script0
# this is called script0
# it runs some commands
ls
echo the current date/time is
date
echo my name is
whoami
www.eeworm.com/read/380481/9145760
script3
#!/bin/sh
# script3 - shows how an environment variable is passed to commands
# TZ is timezone, affect things like date, and ls -l
#
echo "The time in Boston is"
TZ=EST5EDT
export TZ # ad
www.eeworm.com/read/380474/9146276