mirror of
https://github.com/samsonjs/compiler.git
synced 2026-06-24 04:49:09 +00:00
7 lines
75 B
Ruby
Executable file
7 lines
75 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
$LOAD_PATH.unshift('../lib')
|
|
|
|
require 'compiler'
|
|
|
|
???
|