From e0728a6ab3ac12a37104e66c296bd049c30499a0 Mon Sep 17 00:00:00 2001 From: eric5949 Date: Sat, 2 May 2026 00:58:56 -0400 Subject: [PATCH] Update automakefortune.sh --- automakefortune/automakefortune.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/automakefortune/automakefortune.sh b/automakefortune/automakefortune.sh index 3ae84d3..162cc48 100644 --- a/automakefortune/automakefortune.sh +++ b/automakefortune/automakefortune.sh @@ -96,8 +96,6 @@ rm vocafortunes/vocadb/$ARTIST rm uniq dups mv fixed vocafortunes/vocadb/$ARTIST # create the fortune database from tetofortunes -rm fortunes/tetosotd/tetofortunes.dat # delete the old database if it extists. -strfile -c % fortunes/tetosotd/tetofortunes fortunes/tetosotd/tetofortunes.dat -git add fortunes/tetosotd/tetofortunes fortunes/tetosotd/tetofortunes.dat var.json +git add vocafortunes/vocadb/$ARTIST dates/${ARTIST}var.json git commit -m "Update fortune files" git push -u origin main