Sha256: 6c4861bc6cce348e24bc180a487d3a68690ebf162a290921a18898f4090799d1

Contents?: true

Size: 265 Bytes

Versions: 5

Compression:

Stored size: 265 Bytes

Contents

#!/usr/bin/env ruby

require 'rubygems'

$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib')

require 'picture-safe'
require 'picture-safe/command'
 
args = ARGV.dup
ARGV.clear
command = args.shift.strip rescue 'help'
 
PictureSafe::Command.run(command, args)
 

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
twilson63-picture-safe-0.0.3 bin/psafe
twilson63-picture-safe-0.0.4 bin/psafe
twilson63-picture-safe-0.0.5 bin/psafe
twilson63-picture-safe-0.0.6 bin/psafe
twilson63-picture-safe-0.0.7 bin/psafe