Skip to content

Instantly share code, notes, and snippets.

@thbkrkr
Created February 25, 2018 21:35
Show Gist options
  • Select an option

  • Save thbkrkr/e8f0649288f512ec0753520d0801aa66 to your computer and use it in GitHub Desktop.

Select an option

Save thbkrkr/e8f0649288f512ec0753520d0801aa66 to your computer and use it in GitHub Desktop.
mvmkv
#/bin/bash -eu
find ~/series/wip -name "*.mkv" -exec mv {} ~/series \;
find ~/series/wip -name "*.nfo" -exec rm -f {} ~/series \;
find ~/series/wip -name "*.srt" -exec rm -f {} ~/series \;
find ~/series/wip -name "*.txt" -exec rm -f {} ~/series \;
find ~/series/wip -type -d empty -exec rmdir {} \;
cd ~/series
srtmv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment