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