]> git.phdru.name Git - dotfiles.git/blob - bin/compyleall
Refactor(bin/decode-URLs.py): Python3-only
[dotfiles.git] / bin / compyleall
1 #! /bin/sh
2
3      python$PY_VER    -m compileall .
4 exec python$PY_VER -O -m compileall .