uh-wm/bin/uhwm
2015-04-18 17:25:57 +00:00

8 lines
88 B
Ruby
Executable File

#!/usr/bin/env ruby
fail 'breaking the build!'
require 'uh/wm'
Uh::WM::CLI.run(ARGV)