add comments in passed, to credit original author
This commit is contained in:
parent
e639cfc74f
commit
da232fb8b9
3
passed
3
passed
@ -1,5 +1,8 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/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?
|
abort("usage: #{$PROGRAM_NAME} <sed options>") if ARGV.empty?
|
||||||
|
|
||||||
sed_command = ['sed', *ARGV]
|
sed_command = ['sed', *ARGV]
|
||||||
|
Loading…
Reference in New Issue
Block a user