Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2025-08-29 15:31:42 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2025-08-29 15:31:42 +0200
Commit 4df8990595e53b87506713c57fd826ffa4c156b5 (patch)
-rwxr-xr-x .shenanigans.sh 2
1 files changed, 1 insertions, 1 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh
...
69
		"bash_history_infinite.zip $HOME/.bash_history_infinite"
69
		"bash_history_infinite.zip $HOME/.bash_history_infinite"
70
		"projects.zip $HOME/Projects"
70
		"projects.zip $HOME/Projects"
71
		"notes.zip $HOME/Notes"
71
		"notes.zip $HOME/Notes"
72
		"twow.zip $HOME/Games/turtlewow/WTF $HOME/Games/turtlewow/SuperWoWhook.dll $HOME/Games/turtlewow/dlls.txt $HOME/Games/turtlewow/wow.sh"
72
		"twow.zip $HOME/Games/turtlewow/Sound $HOME/Games/turtlewow/WTF $HOME/Games/turtlewow/SuperWoWhook.dll $HOME/Games/turtlewow/dlls.txt $HOME/Games/turtlewow/wow.sh"
73
	)
73
	)
74
  
74
  
75
	for entry in "${archive_sets[@]}"; do
75
	for entry in "${archive_sets[@]}"; do
...