bin/restartable in restartable-0.1.3 vs bin/restartable in restartable-0.2.0
- old
+ new
@@ -31,7 +31,7 @@
rescue OptionParser::ParseError => e
abort "#{e.to_s}\n\n#{option_parser.help}"
end
Restartable.new(options) do
- system *ARGV
+ exec *ARGV
end