#!python
import sys
from afsutil.__main__ import main
sys.exit(main())
