videoplayer/build.sh

6 lines
111 B
Bash
Raw Normal View History

2024-07-05 19:48:04 +08:00
#!/bin/bash
2024-07-05 19:49:19 +08:00
echo "Building the project"
2024-07-05 19:52:18 +08:00
source /etc/profile
2024-07-05 19:55:45 +08:00
cd /home/videoplayer
2024-07-05 19:48:04 +08:00
go build
echo "Build complete"