2 lines
73 B
Bash
Executable file
2 lines
73 B
Bash
Executable file
#!/bin/bash
|
|
echo -e $(cat $HOME/.cache/weather/weather-quote) | tail -n1
|