videoplayer/build.sh

6 lines
111 B
Bash

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