From 6dfba965ab436b54cb464f5b9e22d07cbde56630 Mon Sep 17 00:00:00 2001 From: Eric Mitchell Date: Thu, 9 Jul 2026 17:33:37 -0400 Subject: [PATCH] Update automakefortune.sh --- automakefortune/automakefortune.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/automakefortune/automakefortune.sh b/automakefortune/automakefortune.sh index 7ac0beb..e63b18a 100644 --- a/automakefortune/automakefortune.sh +++ b/automakefortune/automakefortune.sh @@ -1,13 +1,17 @@ #!/usr/bin/env bash + cd $HOME + +# delete old tetosong repo and replace with updated one. yes | rm -r tetosong git clone git@github.com:eric5949/tetosong.git cd tetosong +# update vocafortunes. sh ./makefortune.sh -p Teto sh ./makefortune.sh -p Gumi sh ./makefortune.sh -p Miku -# create the fortune database from tetofortunes +# commit update git add ./* -git commit -m "Update fortune files" +git commit -m "Automated update of fortune files" git push -u origin main