Sha256: e9d7e8a8d92be2e06c0fe9620208d06371da2d00bd4c900a6f73197af33bfa7d
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
#!/usr/bin/env ruby path = __FILE__ while File.symlink?(path) path = File.expand_path(File.readlink(path), File.dirname(path)) end $:.unshift(File.join(File.dirname(File.expand_path(path)), '..', 'lib')) require 'sparkr' Sparkr::CLI.run(*ARGV)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sparkr-0.3.2 | bin/sparkr |