]> git.phdru.name Git - ppu.git/blobdiff - rm.py
Move cmp.py, remove-old-files.py and rm.py to scripts directory
[ppu.git] / rm.py
diff --git a/rm.py b/rm.py
deleted file mode 100755 (executable)
index 4278fef..0000000
--- a/rm.py
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /usr/bin/env python
-
-import os
-import sys
-
-for filename in sys.argv[1:]:
-    os.unlink(filename)