Sha256: da167b50fd9aa2436e1a7250e6f415ed0d70677b4b3e6f031726e8f3adff2304
Contents?: true
Size: 161 Bytes
Versions: 4
Compression:
Stored size: 161 Bytes
Contents
#!/usr/bin/env ruby require 'wassup' path = ARGV[0] || 'Supfile' unless File.exists?(path) raise "Missing file: #{path}" end Wassup::App.start(path: path)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
wassup-0.2.1 | bin/wassup |
wassup-0.2.0 | bin/wassup |
wassup-0.1.2 | bin/wassup |
wassup-0.1.1 | bin/wassup |