Artifact add8501e9261df2930ed4a414a805e3ebe416f99e93c098d71466a1d08b7b658:
- Executable file mttroot/mtt/bin/trans/mtt_p2m — part of check-in [2a27bcb9cc] at 1998-07-26 18:51:15 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 292) [annotate] [blame] [check-ins using]
#! /bin/sh sed 's/begin//' |\ sed 's/end//' |\ sed 's/\[\([0-9]*\)\]/(\1)/g' |\ sed 's/:=/ = /' |\ awk '{ sub(/^[\ ]*/, "", $0) if ((match($0,"=")>0)&&(match($NF,"[\#;]")==0)){ Previous = $0 } else { print Previous $0 Previous = "" } }' sed 's/\([^\.;\#]\)$/\1\\/'