3 lines
102 B
Bash
Executable File
3 lines
102 B
Bash
Executable File
#!/usr/bin/env sh
|
|
python -m zipapp src --compress --output=release/dfe --python="/usr/bin/env python"
|