Sha256: f731927c7b6a8c3dc90967f155da715f2b2520152c61f43b794095ed561b0c77

Contents?: true

Size: 143 Bytes

Versions: 4

Compression:

Stored size: 143 Bytes

Contents

#! /usr/bin/env ruby

begin
  require 'stroop'
rescue LoadError => e
  warn "could not load \"stroop\"\n#{e}"
  exit -1
end

Stroop::CLI.start

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stroop-1.2.0 bin/stroop
stroop-1.1.0 bin/stroop
stroop-1.0.0 bin/stroop
stroop-0.1.0 bin/stroop