diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a007fea --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/* diff --git a/compile.sh b/compile.sh new file mode 100644 index 0000000..2185f64 --- /dev/null +++ b/compile.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +python -m pyinstaller --distpath=dist --workpath=build src/have_I_b€€n_pwned.py