diff options
author | zachir <zachir@librem.one> | 2025-08-30 09:48:07 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-30 09:48:07 -0500 |
commit | cbb5f856400c665d84069fc0db1f7239cb87adb7 (patch) | |
tree | 341578a19a86df2e704f977da08f889e509b1ce7 | |
parent | cd7e5fae8856778e246b47ac58937a7d17fb11a4 (diff) |
Comment out unnecessary variables
-rwxr-xr-x | booksplit | 2 | ||||
-rwxr-xr-x | doppler | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ ext="mp3" #ext="${1#*.}" # Get the total number of tracks from the number of lines. -total="$(wc -l < "$2")" +#total="$(wc -l < "$2")" while read -r x; do @@ -5,7 +5,7 @@ # Show a Doppler RADAR of a user's preferred location. -secs=600 # Download a new doppler radar if one hasn't been downloaded in $secs seconds. +#secs=600 # Download a new doppler radar if one hasn't been downloaded in $secs seconds. radarloc="${XDG_CACHE_HOME:-$HOME/.cache}/radar" doppler="${XDG_CACHE_HOME:-$HOME/.cache}/doppler.gif" |