File: test_deny.py

package info (click to toggle)
denyhosts 2.6-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 444 kB
  • ctags: 420
  • sloc: python: 2,104; sh: 223; makefile: 18
file content (5 lines) | stat: -rwxr-xr-x 119 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#!/usr/bin/python
import sys

print "%s invoked with the following args: %s" % (sys.argv[0], sys.argv[1:])
sys.exit(0)