changeset 280:bff5e42a630c misc

Update paths.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Mar 2015 04:35:29 +0200
parents 269ecedff518
children 2e8fefca6594
files materials/mkalloyinfo.sh
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/materials/mkalloyinfo.sh	Sun Mar 08 12:52:26 2015 +0200
+++ b/materials/mkalloyinfo.sh	Mon Mar 09 04:35:29 2015 +0200
@@ -8,9 +8,8 @@
 scp -C "$ADDR/*.{log,php}" "$DESTDIR"
 
 echo "Generating alloy data ..."
-cat ggr_alloys.txt data-*.log > tmp
-cat hair_alloy_logs/*.log | \
-	grep -B1 "^You mix .* and create a quantity of " >> tmp
+cat logs/*.log logs/hair/*.log | \
+grep -B1 "^You mix .* and create a quantity of " >> tmp
 
 perl -w parsealloys.pl -php < tmp > "$ALLOYPHP"
 perl -w parsealloys.pl -text < tmp > "$ALLOYTXT"