增加 yaml配置说明

master
dengsgo 2018-09-19 11:43:16 +08:00
parent 2a87304923
commit d486353d9b
1 changed files with 8 additions and 0 deletions

8
raw.go
View File

@ -21,6 +21,8 @@ monitor:
- .idea
- .git
- .vscode
- node_modules
- vendor
# command
# .go .go command
@ -34,9 +36,15 @@ command:
#
#
#
#
# {{file}} ( a.txt test/test2/a.go)
# {{ext}} ( .go)
# {{changed}} (, 1537326690523046400)
# 使cp {{file}} /root/sync -rf myCommand --{{ext}} {{changed}}
exec:
- go version
- go env
- echo {{file}}
`
var firstRunHelp = ` fileboy ?