/usr/bin/comparoob is in weboob 0.g-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #! /usr/bin/python
# -*- coding: utf-8 -*-
# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai
from weboob.applications.comparoob import Comparoob
if __name__ == '__main__':
Comparoob.run()
|