This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# File: sat6ShowHostSubscriptions.py | |
# Authors: Rich Jerrido <[email protected]> | |
# Christopher Hornberger <[email protected]> | |
# | |
# Purpose: given an hostname and login to Satelite, show me all the | |
# hosts and their subscriptions. | |
# | |
# This program is free software; you can redistribute it and/or modify |