#!python
import sys
import dnuos
try:
    sys.exit(dnuos.main())
except (KeyboardInterrupt, SystemExit):
    pass
