Sha256: c0f478e81440bac719169aadaf4b68cff29c6aa0adeb3c5694889c1f91104a7c
Contents?: true
Size: 162 Bytes
Versions: 7
Compression:
Stored size: 162 Bytes
Contents
#!/usr/bin/env ruby $::unshift(File.expand_path("../../lib", __FILE__)) require 'sxp' abort "Usage: #{File.basename($0)} input.sxp > output.json" if ARGV.empty?
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
sxp-2.0.0 | bin/sxp2json |
sxp-1.3.0 | bin/sxp2json |
sxp-1.2.4 | bin/sxp2json |
sxp-1.2.3 | bin/sxp2json |
sxp-1.2.2 | bin/sxp2json |
sxp-1.2.1 | bin/sxp2json |
sxp-1.2.0 | bin/sxp2json |