A few updates, cleanup updated weather module.

This commit is contained in:
Storm Dragon
2025-10-24 17:14:52 -04:00
parent 221e14a85a
commit 3669e07a9a
43 changed files with 794 additions and 153 deletions

5
modules/w/w.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Alias for weather module
# Just call the weather module with all arguments
./modules/weather/weather.sh "$@"