File: clean

package info (click to toggle)
pyinstaller 6.18.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,820 kB
  • sloc: python: 41,828; ansic: 12,123; makefile: 171; sh: 131; xml: 19
file content (5 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download | duplicates (4)
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