From 40c45d795ca67c827f6a66fa35a6630364809910 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 18 Mar 2024 10:49:13 -0500 Subject: Change sourcefiles' extensions to .txt I probably need to add like, image ... something --- schwa.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schwa.awk b/schwa.awk index cdc558e..e584dfa 100755 --- a/schwa.awk +++ b/schwa.awk @@ -29,8 +29,8 @@ FNR == 1 { printf("%s -> %s\n", FILENAME, OUTFILE) if (system("mkdir -p " OUTD outfn(FILENAME, 2))) die(1, "Can't make directory: " outfn(FILENAME, 2)) - if (!system("cp " FILENAME " " outfn(FILENAME, 4))) - TMPLV["RAWFILE"] = outfn(FILENAME, 3) + if (!system("cp " FILENAME " " outfn(FILENAME, 4) ".txt")) + TMPLV["RAWFILE"] = outfn(FILENAME, 3) ".txt" OUTSTR = "" } -- cgit 1.4.1-21-gabe81