#!/bin/bash
echo "Building the project"
source /etc/profile
cd /home/videoplayer
go build
echo "Build complete"