6 lines
132 B
Bash
Executable File
6 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Alias for weather module
|
|
|
|
# Just call the weather module with all arguments
|
|
./modules/weather/weather.sh "$@"
|