File: easy_upload.py

package info (click to toggle)
dput-ng 1.44
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,052 kB
  • sloc: python: 3,927; 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')