Python で cat コマンドを雑に実装。
pip install git+https://github.com/ttk1/tamacat.git
# もしくは
git clone https://github.com/ttk1/tamacat.git
cd tamacat
pip install .
$ echo 'hello!' > hoge
$ tamacat hoge
hello!
$ echo 'hello!' > hoge2
$ tamacat hoge*
hello!
hello!
$ echo 'hello!' | tamacat
hello!
tamacat -h