diff options
author | cos <cos> | 2015-04-04 13:28:08 +0200 |
---|---|---|
committer | cos <cos> | 2015-04-04 13:28:19 +0200 |
commit | 3aebdbef6738993be68da3e86b8bea58f40e2c28 (patch) | |
tree | faa768924c291f9f6f1e9b9230eb6f61601d36bf | |
parent | 3790aea465a8ceb737421d56d836bd0200770e04 (diff) | |
download | mat-3aebdbef6738993be68da3e86b8bea58f40e2c28.zip |
Hack to shoppinglist, to enable shopping arbitrary items.
-rwxr-xr-x | mat | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -840,6 +840,9 @@ sub cmd_shoppinglist { } print "\n"; } + open(my $f, "extrashopping.txt"); + my $extra = <$f>; + print "$extra"; return 1; } |