mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
4 lines
149 B
Text
Executable file
4 lines
149 B
Text
Executable file
#!/usr/bin/env xonsh
|
|
|
|
# update the ply repo bundled with xonsh
|
|
git subtree pull --prefix xonsh/ply https://github.com/dabeaz/ply.git master --squash
|