diff options
-rwxr-xr-x | notyet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/notyet b/notyet index bb6b769..62a72d4 100755 --- a/notyet +++ b/notyet @@ -206,6 +206,7 @@ files = [File.expand_path("~/.notyet")] if files.empty? t = nil files.each { |file| + file = "/dev/stdin" if file == "-" File.open(file) { |f| d = parse(f, file) if t |