add xonsh script to update ply subtree

This commit is contained in:
Gil Forsyth 2016-10-07 14:40:07 -04:00
parent 2c54c76590
commit d4a60e1505

4
update_ply.xsh Executable file
View 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