source: trunk/procs/awk_palette @ 12

Last change on this file since 12 was 2, checked in by post_it, 17 years ago

Initial import from ~/POST_IT/

File size: 154 bytes
Line 
1#
2# awk script to reformat GMT palette into IDL type
3#
4{ if ($1 != "#")
5  { if ($1 != "B" && $1 != "F" )
6        {printf ("%.3f %d %d %d \n",$1,$2,$3,$4)}
7  }
8}
Note: See TracBrowser for help on using the repository browser.