]> git.phdru.name Git - dotfiles.git/blob - bin/compyleall
Feat(.vim/python/virtualenv.py): Search for `activate_this.py` in w32
[dotfiles.git] / bin / compyleall
1 #! /bin/sh
2
3      python$PY_VER    -m compileall .
4 exec python$PY_VER -O -m compileall .