Created
May 16, 2025 12:09
-
-
Save LinuxDragon57/46082cbcdf1ab0641ec85e478faa86aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
find $1 -type f -regex ".*\.\(mp4\|mkv\)$" -exec sha256sum {} \; | tee -a hashes.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment