File: trash-empty

package info (click to toggle)
trash-cli 0.24.5.26-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,972 kB
  • sloc: python: 9,789; sh: 121; makefile: 11
file content (5 lines) | stat: -rwxr-xr-x 134 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env python
from __future__ import absolute_import
import sys
from trashcli.empty.main import main as main
sys.exit(main())