#!/bin/sh
trap 'exit 3' 15
CLASSES=`arch -k`
cat >$1 <<!
CLASSES="none Series5 $CLASSES"
!
exit 0
