videoplayer/build.sh

4 lines
43 B
Bash

#!/bin/bash
go build
echo "Build complete"