Changeset 7564


Ignore:
Timestamp:
Nov 23, 2009, 3:02:00 PM (14 years ago)
Author:
rwilson
Message:

Streamlined the script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/tools/n2o/n2o.sh

    r7281 r7564  
    77# This script is overkill; to convert new file new.sww to old.sww do:
    88#     ncdump new.sww > fred.ncd
    9 #     ncgen -o old.sww fred.ncd
     9#     ncgen -k classic -o old.sww fred.ncd
    1010#     rm -f fred.ncd
     11#
     12# If you are not sure what type of SWW file you have, do:
     13#     ncdump -k <sww_file>
    1114######
    1215
    13 ncdump $1 >/tmp/n2o.tmp
    14 ncgen -o $2 /tmp/n2o.tmp
    15 rm -f /tmp/n2o.tmp      # cleanup
     16ncdump $1 | ncgen -o $2
Note: See TracChangeset for help on using the changeset viewer.