广告平台(媒体使用)
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

9 linhas
223 B

  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