scripts/deluser

8 lines
87 B
Python
Executable file

#!/usr/bin/python
from sys import argv
from deluser import deluser
deluser(argv[1])