mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
add -u flag to xonsh script
This commit is contained in:
parent
15137f69ec
commit
c6ef685bf5
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python -u
|
||||
from xonsh.main import main
|
||||
main()
|
||||
|
|
Loading…
Add table
Reference in a new issue