6 lines
61 B
Ruby
Executable File
6 lines
61 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
require 'uh/wm'
|
|
|
|
Uh::WM::CLI.run!(ARGV)
|