videoplayer/build.sh

4 lines
43 B
Bash
Raw Normal View History

2024-07-05 19:48:04 +08:00
#!/bin/bash
go build
echo "Build complete"