diff -r 1e925a1cc8de -r 600ad9eb6f25 bin/pvl.hosts-reverse --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/pvl.hosts-reverse Tue Feb 24 21:38:12 2015 +0200 @@ -0,0 +1,6 @@ +#!/usr/bin/env python + +import pvl.hosts.zone +import sys + +sys.exit(pvl.hosts.zone.reverse_main())