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:55:45 +08:00
|
|
|
cd /home/videoplayer
|
2024-07-06 10:32:05 +08:00
|
|
|
git pull
|
|
|
|
|
pwd
|
|
|
|
|
/home/lijun/go/bin/go build
|
2024-07-05 19:48:04 +08:00
|
|
|
echo "Build complete"
|