File: clean

package info (click to toggle)
pyinstaller 6.13.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,520 kB
  • sloc: python: 41,347; ansic: 11,334; makefile: 176; sh: 136; xml: 19
file content (5 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/usr/bin/env bash
# Delete python development related files.
SCRIPT_DIR=$( dirname "$0" )
cd $SCRIPT_DIR/../  # Root directory of PyInstaller
py.cleanup -a --quiet