mirror of
https://github.com/elobuff/gortmp
synced 2025-12-24 13:08:13 +08:00
6 lines
71 B
Ruby
6 lines
71 B
Ruby
guard :shell do
|
|
watch /^(.*\.go)/ do |m|
|
|
system "make"
|
|
end
|
|
end
|