#!/bin/sh
echo "!!! Starting upgrade !!!"
cd /home/swee/MeowNexGuilded
echo "Running git fetch..."
git fetch
echo "Running git pull..."
git pull