colout/bin/colout
orzrd a278f9796f Update colout
hotfix python3 install error
2013-05-09 23:00:11 +08:00

11 lines
180 B
Bash

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