moving things around

prepwork for easter eggs
This commit is contained in:
2026-04-24 10:41:37 -04:00
parent fd348d5aa4
commit f7e8931630
5 changed files with 10 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ while true; do
echo ""
echo "▼・ᴗ・▼"
echo "%"
done >> tetofortunes
done >> fortunes/tetosotd/tetofortunes
if [ "$START" -ge "$MAX" ]; then
echo "Reached max results. Stopping."
break
@@ -57,5 +57,5 @@ while true; do
fi
done
# create the fortune database from tetofortunes
rm tetofortunes.dat # delete the old database if it extists.
strfile -c % tetofortunes tetofortunes.dat
rm fortunes/tetofortunes.dat # delete the old database if it extists.
strfile -c % fortunes/tetofortunes fortunes/tetofortunes.dat