广告平台(站长下代理使用)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

9 lignes
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