#!/bin/bash

#DESC Set hostname for specific system.
#PRDno

echo successfully ran scripts specific to this machine.
#/usr/bin/updateos sethostname mikes-store

exit $?
