#!/bin/sh
echo "Backing up Files"
cp ./*.c ~/.backup/theboard
cp ./Makefile ~/.backup/theboard
cp ./include/*.h ~/.backup/theboard/include


