xonsh/tests/bin/sourcefile.xsh
Anthony Scopatz ed727535a7 added scripts
2017-02-11 19:12:03 -05:00

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)