Former-commit-id:7fa9dbd5fb
[formerly4bfbdad17d
] [formerly9f8cb727a5
] [formerly7fa9dbd5fb
[formerly4bfbdad17d
] [formerly9f8cb727a5
] [formerly8485b90ff8
[formerly9f8cb727a5
[formerly bf53d06834caa780226121334ac1bcf0534c3f16]]]] Former-commit-id:8485b90ff8
Former-commit-id:40aa780b3d
[formerly33a67cdd82
] [formerly 73930fb29d0c1e91204e76e6ebfdbe757414f319 [formerlya28d70b5c5
]] Former-commit-id: a16a1b4dd44fc344ee709abbe262aeed58a8339b [formerlye5543a0e86
] Former-commit-id:0c25458510
12 lines
301 B
Tcsh
12 lines
301 B
Tcsh
#!/bin/csh
|
|
#
|
|
set indate=20070905/0000
|
|
#set nsharp=/users/hart/nsharp/gg/new_sharpgif/nsharp_gif.exe
|
|
set nsharp=/users/thompson/nsharp/sharpgif/nsharp_gif.exe
|
|
set stn=CRP
|
|
set sndfile=$OBS/uair/070905.snd
|
|
set gif=RLT.gif
|
|
|
|
$nsharp -hour:$indate -stn:$stn -file:$sndfile -type:O -gif:$gif -auto
|
|
|
|
xv $gif
|