mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-04 11:19:06 +03:00
Add new scripts
This commit is contained in:
2
scripts/getlength
Executable file
2
scripts/getlength
Executable file
@ -0,0 +1,2 @@
|
||||
date -u -d @`find . -maxdepth 1 -iname '*.mp4' -exec ffprobe -v quiet -of csv=p=0 -show_entries format=duration {} \; | paste -sd+ -| bc` +"%T"
|
||||
|
Reference in New Issue
Block a user