Sha256: becea27220a3c2fe74e65f4dc0a0f35ff25e4168140828b9e230fbca3db965ef

Contents?: true

Size: 192 Bytes

Versions: 3

Compression:

Stored size: 192 Bytes

Contents

#!/usr/bin/env ruby

# Trap interrupts to quit cleanly.
# See https://twitter.com/mitchellh/status/283014103189053442
Signal.trap("INT") { exit 1 }

require 'understudy'
Understudy::CLI.start

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
understudy-0.0.11 bin/understudy
understudy-0.0.10 bin/understudy
understudy-0.0.9 bin/understudy