forked from p15670423/monkey
3 lines
50 B
Bash
3 lines
50 B
Bash
|
#!/bin/bash
|
||
|
pyinstaller --clean monkey-linux.spec
|