Skip to content

Commit

Permalink
update compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bleuzen committed Sep 28, 2018
1 parent 5958995 commit 7f0cce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

python -OO -m py_compile spotrec.py

mv __pycache__/spotrec.cpython-36.opt-2.pyc .
mv __pycache__/spotrec.cpython-37.opt-2.pyc .
rm -r __pycache__/

echo "SHA1: $(sha1sum spotrec.cpython-36.opt-2.pyc)"
echo "SHA256: $(sha256sum spotrec.cpython-37.opt-2.pyc)"

0 comments on commit 7f0cce6

Please sign in to comment.