File: clean-upstream

package info (click to toggle)
gimp-texturize 3.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: cpp: 2,321; ansic: 611; python: 30; makefile: 5; xml: 4
file content (9 lines) | stat: -rwxr-xr-x 111 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/python

import os

def main():
    os.system("rm -rf build")

if __name__ == "__main__":
    main()