Artifact 8b2e61fa07530917699d1983dc1b78246ca2c4d7cb8af2b1369e13a96b3d9b22:


#! /bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################


# Bourne shell script: strip_comments
# Strips comments from mtt text files
# P.J.Gawthrop July 1997
# Copyright (c) P.J.Gawthrop, 1997.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
###############################################################


sed 's/%/#/' |\
awk --field-separator '#' '{if (length($1)>0) print $1}'  |\
awk '{if (NF>0) print $0}'



MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]