3 lines
60 B
Bash
Executable File
3 lines
60 B
Bash
Executable File
#!/bin/bash
|
|
pyinstaller main.py --name=AttributionReport -F
|