Browse Source

cleanup script for pyc files

Rafał Pitoń 9 years ago
parent
commit
257f6b2ee7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pyclean

+ 3 - 0
pyclean

@@ -0,0 +1,3 @@
+#!/bin/bash
+
+find . -name '*.pyc' -delete