acea68de02
69ab3eb57e
beaf8cbad9
fbfc91de32
b181297ad7
1 2
3
4
5
6 7
8
9
# frozen_string_literal: true desc "Restart app by touching tmp/restart.txt" task :restart do verbose(false) do mkdir_p "tmp" touch "tmp/restart.txt" end end