Skip to content

Instantly share code, notes, and snippets.

View luztak's full-sized avatar

Luztak Mozill luztak

View GitHub Profile
@luztak
luztak / rm.py
Created April 4, 2013 15:05 — forked from anonymous/rm.py
#coding = utf-8
#Save to ~/rm.py(f.e.), add alias(f.e. alias rm="python ~/rm.py"), and enjoy it!
import sys
import os
args = sys.argv[1:]
filename = ""