This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
rpgskeleton/unpack.rb

9 lines
148 B
Ruby
Raw Permalink Normal View History

2014-04-23 23:10:51 -07:00
#!/usr/bin/env ruby
output = %x[make unpack]
if $? != 0
puts output
puts "Something went wrong - please fix it (enter to continue)"
gets
end