xonsh/scripts/xonsh-cat
2019-04-29 17:20:20 +02:00

7 lines
185 B
Python
Executable file

#!/bin/sh
''''exec python3 -u "$0" "$@"
'''#'
# Portable trick to pass option [-u] to python3, more portable than /usr/bin/env.
from xonsh.xoreutils.cat import cat_main as main
main()