mirror of
https://github.com/colby-swandale/waterfoul
synced 2025-01-28 19:58:43 +01:00
5 lines
91 B
Ruby
Executable file
5 lines
91 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
require "bundler/setup"
|
|
require "waterfoul"
|
|
|
|
Waterfoul::CLI.start ARGV
|