#!/usr/bin/python3

import os.path
import sys

sys.path.insert(0, "/usr/share/shoogle")
import shoogle
sys.exit(shoogle.main(sys.argv[1:]))
