2019-07-10 23:45:39 +02:00

6 lines
119 B
Bash
Executable File

#!/bin/bash
mkdir -p build
cd build
pyinstaller --distpath=../dist --workpath=../build -y ../src/have_I_b33n_pwned.py