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