mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 17:30:59 +01:00
4 lines
65 B
Text
4 lines
65 B
Text
![]() |
#!/usr/bin/env xonsh
|
||
|
import os
|
||
|
print(os.path.basename(__file__))
|