mirror of
https://github.com/kemko/bw.git
synced 2026-01-01 15:45:44 +03:00
14 lines
203 B
Ruby
14 lines
203 B
Ruby
execute "echo 1" do
|
|
# action :nothing
|
|
end
|
|
|
|
execute "echo 2" do
|
|
# notifies :run, "execute[echo 1]", :delayed
|
|
end
|
|
|
|
execute "echo 3" do
|
|
# notifies :run, "execute[echo 1]", :delayed
|
|
end
|
|
|
|
execute "echo 4"
|