mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
7 lines
185 B
Python
Executable file
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()
|