Skip to content

Commit

Permalink
ctbcap: -v add time mark & ffmpeg version
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed Jan 3, 2025
1 parent ad86390 commit 39e6d92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ctbcap
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,17 @@ doc() {
ver)
echo "Chaturbate-Grabber (aka CtbCap) v${CTBCAP_VERSION}-r${CTBCAP_RELEASE}."
echo
echo "System Time: $(date "+%Y%m%d-%H%M%S")"
echo "Copyright (C) 2019-2025 KFERMercer <https://github.com/KFERMercer>"
echo
echo "We defend the ideals of Communism and Anarky, Believe"
echo "the transmission of knowledge and information cannot"
echo "receive any perceived impediment."
echo
echo "Copyright (C) 2019-2025 KFERMercer <https://github.com/KFERMercer>"
echo "Time-Mark: [$(date "+%Y%m%d-%H%M%S")] ($(date "+%Z"))"
echo
printf "FFmpeg: "
printf "$(command -v "ffmpeg" 1>/dev/null 2>&1 || echo "N/A")"
printf "$(ffmpeg -version 2>/dev/null | head -n 1 | grep -oE '[0-9].+')\n"
echo
echo "UA: ${UA}"
;;
Expand Down

0 comments on commit 39e6d92

Please sign in to comment.