summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcos <cos>2015-04-04 13:28:08 +0200
committercos <cos>2015-04-04 13:28:19 +0200
commit3aebdbef6738993be68da3e86b8bea58f40e2c28 (patch)
treefaa768924c291f9f6f1e9b9230eb6f61601d36bf
parent3790aea465a8ceb737421d56d836bd0200770e04 (diff)
downloadmat-3aebdbef6738993be68da3e86b8bea58f40e2c28.zip
Hack to shoppinglist, to enable shopping arbitrary items.
-rwxr-xr-xmat3
1 files changed, 3 insertions, 0 deletions
diff --git a/mat b/mat
index 1727791..0e5c33f 100755
--- a/mat
+++ b/mat
@@ -840,6 +840,9 @@ sub cmd_shoppinglist {
}
print "\n";
}
+ open(my $f, "extrashopping.txt");
+ my $extra = <$f>;
+ print "$extra";
return 1;
}