#!/bin/sh

if [ -f /proc/moose/cpld/board_type ]; then
    cat /proc/moose/cpld/board_type
else
    echo "348"
fi
