From cbb5f856400c665d84069fc0db1f7239cb87adb7 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 30 Aug 2025 09:48:07 -0500 Subject: Comment out unnecessary variables --- booksplit | 2 +- doppler | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/booksplit b/booksplit index e9b0eb1..246f8bc 100755 --- a/booksplit +++ b/booksplit @@ -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 diff --git a/doppler b/doppler index 6d22eb1..884417f 100755 --- a/doppler +++ b/doppler @@ -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" -- cgit v1.2.3