mirror of
https://github.com/elobuff/gortmp
synced 2026-04-22 15:57:25 +08:00
6 lines
71 B
Ruby
6 lines
71 B
Ruby
guard :shell do
|
|
watch /^(.*\.go)/ do |m|
|
|
system "make"
|
|
end
|
|
end
|