This commit is contained in:
joachimschmidt557 2025-02-05 00:43:21 +01:00
parent c5696f2246
commit a384efb6c6
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -9,5 +9,4 @@ target_epoch=$(date -d $until_time +%s)
sleep_seconds=$(( $target_epoch - $current_epoch )) sleep_seconds=$(( $target_epoch - $current_epoch ))
echo $sleep_seconds sleep $sleep_seconds
# sleep $sleep_seconds