#!/bin/sh
# Get the machine type from 'uname'
uname -m
exit 0
