构建home目录

This commit is contained in:
junleea 2024-07-05 19:55:45 +08:00
parent daa799dfb5
commit d0e9e34a65
1 changed files with 1 additions and 0 deletions

View File

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