广告平台(站长下代理使用)
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1 个月前
123456789
  1. #!/bin/bash
  2. APP=task
  3. BasePath=$(dirname $(readlink -f $0))
  4. CfgPath=$BasePath/etc/task.yml
  5. cd $BasePath
  6. rm -rf $BasePath/bin/$APP
  7. go build -o $BasePath/bin/$APP $BasePath/cmd/$APP/main.go \
  8. && $BasePath/bin/$APP -c=$CfgPath