广告平台(媒体使用)
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.

cmd_run.sh 214 B

há 1 mês
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