广告平台(媒体使用)
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

8 wiersze
214 B

  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