Commit 24edfa77921e3652f459cb2480dc4efefbb26846
1 parent
dcb59fdf
Exists in
master
and in
9 other branches
TEMPLATES
Showing
2 changed files
with
8 additions
and
0 deletions
Show diff stats
No preview for this file type
... | ... | @@ -0,0 +1,8 @@ |
1 | +#! /bin/bash | |
2 | +#------------------------------------------------------ | |
3 | +# Clean.template | |
4 | +# Template file for particular rebuild script of given VI | |
5 | +# 1 Aug 2007, V.1.0 | |
6 | +#------------------------------------------------------ | |
7 | +rm NAME_[0-9]*.nc | |
8 | +cp -a $DDBASE/Cache.template ./NAME_cache.nc | ... | ... |