/usr/bin/cheetah-analyze is in python-cheetah 2.4.4-3.
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 | #!/usr/bin/python
from Cheetah import DirectiveAnalyzer
if __name__ == '__main__':
DirectiveAnalyzer.main()
|