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/sh | |
# The product of brainstorming in the Cryptoparty room at PhreakNIC 18. | |
# The original script by emptyset can be found here: | |
# https://gist.github.com/emptyset/551f82819c339fc6f0db | |
# Lightly modified by _NSAKEY. | |
# This script was tested on Debian Wheezy and FreeBSD 10.1-RELEASE with bash, csh, and sh. | |
# Example: ./subtilt.sh Teenage_Mutant_Ninja_Turtles.srt Friday.srt | |
# The above will give you an srt file with Friday's dialogue set to display at the set times from the TMNT srt file. |