8 lines
88 B
Ruby
Executable File
8 lines
88 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
fail 'breaking the build!'
|
|
|
|
require 'uh/wm'
|
|
|
|
Uh::WM::CLI.run(ARGV)
|