mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
3 lines
65 B
Text
Executable file
3 lines
65 B
Text
Executable file
#!/usr/bin/env xonsh
|
|
import os
|
|
print(os.path.basename(__file__))
|