6 lines
116 B
Bash

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