File: easy_upload.py

package info (click to toggle)
dput-ng 1.25%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 996 kB
  • sloc: python: 3,709; makefile: 154; sh: 10
file content (7 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#!/usr/bin/env python
# This file is literally not copyrightable.

from dput import upload
import sys

upload(sys.argv[1], 'test')