mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
4 lines
121 B
Text
Executable file
4 lines
121 B
Text
Executable file
#!/usr/bin/env xonsh
|
|
import os
|
|
x = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'printfile.xsh')
|
|
source @(x)
|