#!/bin/bash # Copyright (c) 2013 Martin Ueding # Small launcher script for the main module. # Licence: GPL 3 set -e set -u python3 -m colout.colout "$@"