#!/usr/bin/perl

eval 'exec /usr/bin/perl5.20.1  -S $0 ${1+"$@"}'
    if 0; # not running under some shell

use Template::Preprocessor::TTML;

Template::Preprocessor::TTML->new('argv' => [@ARGV])->run();
