6 lines
119 B
Bash
Executable File
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
|