File: shoogle

package info (click to toggle)
shoogle 0.1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 396 kB
  • sloc: python: 700; makefile: 150; sh: 16
file content (8 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/python3

import os.path
import sys

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