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