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/pack.rb

9 lines
146 B
Ruby

#!/usr/bin/env ruby
output = %x[make pack]
if $? != 0
puts output
puts "Something went wrong - please fix it (enter to continue)"
gets
end