File: clean

package info (click to toggle)
pyinstaller 6.16.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,748 kB
  • sloc: python: 41,632; ansic: 11,944; makefile: 172; sh: 132; 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