1
0
Fork 0

Added .sh script and renamed them into bi.cmd and bi.sh

This commit is contained in:
Alexander "Arav" Andreev 2019-12-27 18:23:37 +04:00 committed by Alexander Arav Andreev
parent 558257e674
commit 240a1465eb
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@echo off
python setup.py sdist bdist_wheel
python -m pip install --user --upgrade dist/piggybank-1.0.0-py3-none-any.whl
pause
pause

3
bi.sh Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/sh
python setup.py sdist bdist_wheel
python -m pip install --user --upgrade dist/piggybank-1.0.0-py3-none-any.whl