#!/bin/sh

for n in up down left right in out thin thick again
    do
	echo -n "set bm($n) \""
	cat ar_${n}.bm
	echo "\""
    done

exit
