#!/bin/bash

dd if=testprog4.flx of=/tmp/mk1 bs=1 skip=808 count=2006
cat /tmp/mk1 ../tapet4/1track0.flx >specialtrack0.flx
rm -f /tmp/mk1

