File: launchy

package info (click to toggle)
ruby-launchy 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: ruby: 1,051; makefile: 6
file content (5 lines) | stat: -rwxr-xr-x 101 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env ruby
# frozen_string_literal: true

require "launchy"
Launchy::Cli.new.run(ARGV, ENV)