#!/bin/sh
dialog \
--title " Select clock type " \
--menu "  Please choose the clock driver for \n  your card. (current: $1)" \
21 40 10 \
\
"icd2061a" "by IC Designs" \
\
2> /tmp/.clocktype
