add comments in passed, to credit original author

This commit is contained in:
Rasmus Steinke 2015-09-13 15:41:03 +02:00
parent e639cfc74f
commit da232fb8b9

3
passed
View File

@ -1,5 +1,8 @@
#!/usr/bin/env ruby
# written by jreiner, mirror from
# https://github.com/jreinert/autopass/blob/master/passed
abort("usage: #{$PROGRAM_NAME} <sed options>") if ARGV.empty?
sed_command = ['sed', *ARGV]