#!/bin/sh

grep -v Comp /tmp/kp-hopf.dum | awk '{print "hopf", $1, $2, $3}' > /tmp/kp-hopf.dum2
mv /tmp/kp-hopf.dum2 /tmp/kp-hopf.dum
