Skip to content

Instantly share code, notes, and snippets.

@sergiopvilar
Created January 3, 2015 13:57
Show Gist options
  • Save sergiopvilar/c2b586f80736eccf8b3d to your computer and use it in GitHub Desktop.
Save sergiopvilar/c2b586f80736eccf8b3d to your computer and use it in GitHub Desktop.
#!/bin/bash
# A simple script to download all subtitles of files in directory using opensubtitles-client (https://www.npmjs.com/package/opensubtitles-client)
for f in * ; do subtitler "$f" --lang pob ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment