JezK
Edit File: trash-rm
#!/usr/bin/python3 from __future__ import absolute_import import sys from trashcli.rm import main as main sys.exit(main())