~ubuntu-branches/ubuntu/lucid/vflib3/lucid

« back to all changes in this revision

Viewing changes to ccv/mk-ccv-cns2

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta
  • Date: 2002-04-15 12:10:24 UTC
  • Revision ID: james.westby@ubuntu.com-20020415121024-cann32wucyfbq22f
Tags: upstream-3.6.12
ImportĀ upstreamĀ versionĀ 3.6.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
gzip -cd $5 | sed 's/#.*$//' \
 
4
| grep '^0x2' \
 
5
| grep '^.' | awk '{print $1, $2 }' \
 
6
| sort | ./mkcscv -c $1 $2 $3 $4 > $6
 
7
exit 0