Skip to main content

Print the latest download being used in ds

ID
6def42f
date
2022-11-18 16:25:36+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
b3d51e4
message
Print the latest download being used in `ds`
changed files
1 file, 2 additions

Changed files

ds (1112) → ds (1137)

diff --git a/ds b/ds
index 2277499..4a6acff 100755
--- a/ds
+++ b/ds
@@ -22,6 +22,8 @@ LATEST_DOWNLOAD="$(latest_download)"
 MTIME=$(date -r "$LATEST_DOWNLOAD" "+%s")
 NOW=$(date +%s)
 
+echo "$LATEST_DOWNLOAD"
+
 # Do a sense check: is this a file I downloaded recently?
 #
 # If not, I may be running `ds` before I've downloaded the file, which