videoplayer/build.sh

4 lines
70 B
Bash

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