更新脚本

This commit is contained in:
junleea 2024-07-06 10:32:05 +08:00
parent d0e9e34a65
commit c3c4668c26
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
echo "Building the project"
source /etc/profile
cd /home/videoplayer
go build
git pull
pwd
/home/lijun/go/bin/go build
echo "Build complete"