mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
add xonsh script to update ply subtree
This commit is contained in:
parent
2c54c76590
commit
d4a60e1505
1 changed files with 4 additions and 0 deletions
4
update_ply.xsh
Executable file
4
update_ply.xsh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/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
|
Loading…
Add table
Reference in a new issue