videoplayer/build.sh

5 lines
90 B
Bash

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