mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-05-02 03:28:37 +00:00
5 lines
70 B
Ruby
Executable File
5 lines
70 B
Ruby
Executable File
#!/usr/bin/env rbx
|
|
$: << 'lib'
|
|
require 'rexpl'
|
|
Rexpl::Environment.run
|