Sha256: f94999009326a8d181697c44baf499f46ee43e6824ec2c3ed8f8623a8ac0aa03

Contents?: true

Size: 275 Bytes

Versions: 13

Compression:

Stored size: 275 Bytes

Contents

#!/usr/bin/env ruby
$: << File.join(
	File.dirname(__FILE__),
	'..', 'lib'
)

require 'ns_connector'
require 'pry'

if ARGV.empty? then
	warn(
		"Usage: #{$0}"\
		"<configuration as ruby code>"
	)
	exit 1
end



NSConnector::Config.set_config!(eval(ARGV[0]))
NSConnector.pry

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ns_connector-0.1.0 scripts/test_shell
ns_connector-0.0.17 scripts/test_shell
ns_connector-0.0.16 scripts/test_shell
ns_connector-0.0.15 scripts/test_shell
ns_connector-0.0.14 scripts/test_shell
ns_connector-0.0.13 scripts/test_shell
ns_connector-0.0.12 scripts/test_shell
ns_connector-0.0.11 scripts/test_shell
ns_connector-0.0.10 scripts/test_shell
ns_connector-0.0.9 scripts/test_shell
ns_connector-0.0.8 scripts/test_shell
ns_connector-0.0.7 scripts/test_shell
ns_connector-0.0.6 scripts/test_shell