#!/bin/bash
set -e

python -m docViewer preview $*
