rwxrob-dot/scripts/vidoffsetsec

7 lines
135 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/usr/bin/env bash
vids="$HOME/Videos/Recordings"
offset=$(( $(date +%s) - $(stat --printf '%W' $(newest "${vids}"))))
echo $offset