Sha256: c9255b2579258e8a5ebb439e80445815da05908cfa8c4fd36e4f8152fe2c8a3d

Contents?: true

Size: 221 Bytes

Versions: 2

Compression:

Stored size: 221 Bytes

Contents

#!/usr/bin/env ruby

require 'edge_framework'

command = ARGV[0]
type    = ARGV[1]
name    = ARGV[2]

if command == '' || command == 'help'
	Edge.help()
elsif command == 'create'
	Edge.create( type, name )
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
edge_framework-0.0.3 bin/edge
edge_framework-0.0.2 bin/edge