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

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