#!/usr/bin/env python
import sys
import postgresql.bin.pg_dotconf as cmd
sys.exit(cmd.pg_dotconf(sys.argv))
