Sha256: 328d513f3cf661fc72e5a9079f91ccb8824a6bb14b8cdad6feadf03329257c2b
Contents?: true
Size: 237 Bytes
Versions: 3
Compression:
Stored size: 237 Bytes
Contents
#!/usr/bin/env ruby begin require 'irb' rescue LoadError abort "Error: you need to install irb to run this application." end $:.unshift File.join(__dir__, 'shell') ENV["IRBRC"] = File.join(__dir__, "shell", "irbrc") IRB.start
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
origamindee-3.1.0 | bin/pdfsh |
origamindee-3.0.0 | bin/pdfsh |
origami-2.1.0 | bin/pdfsh |