6 lines
119 B
Bash
Raw Normal View History

#!/bin/bash
mkdir -p build
cd build
2019-05-29 14:14:23 +02:00
pyinstaller --distpath=../dist --workpath=../build -y ../src/have_I_b33n_pwned.py