#!/usr/bin/env python
# -*- coding: utf-8 -*-

# a symlink to maintain compatibility, since the script has been renamed
# this `4chan-thread-archiver` script just calls `thread-archiver`
# miraculously, all arguments are passed as well
execfile("thread-archiver")