#!/usr/bin/env sh
# SPDX-License-Identifier: CC-BY-SA-3.0
# strip ANSI colour codes from text-stream
# source: https://superuser.com/a/380778
/usr/bin/uasm $@ | sed 's/\x1b\[[0-9;]*m//g'
