Sha256: d4adff36bc0e154a83deb8f378ff6362218eb52fdb4343f35a9f9bee73013ee1

Contents?: true

Size: 303 Bytes

Versions: 2

Compression:

Stored size: 303 Bytes

Contents

#!/usr/bin/ruby

if ARGV.include?('-h') || ARGV.include?('--help') || ARGV.length == 0
  puts 'syntax: [-v] [-l or --list to only list] [-p pid] "command string to match" then some other command to run with its args'
  exit
end

require 'after'
require 'andand' # to avoid warnings

After.go

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
after-0.7.0 bin/after
after-0.6.0 bin/after