Skip to content

Instantly share code, notes, and snippets.

@LinuxDragon57
Created May 16, 2025 12:09
Show Gist options
  • Save LinuxDragon57/46082cbcdf1ab0641ec85e478faa86aa to your computer and use it in GitHub Desktop.
Save LinuxDragon57/46082cbcdf1ab0641ec85e478faa86aa to your computer and use it in GitHub Desktop.
#!/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