DEBSOURCES
Skip Quicknav
sources / clustershell / 1.6-1 / scripts / clush.py
12345678910
#!/usr/bin/env python """ clush command-line tool """ from ClusterShell.CLI.Clush import main if __name__ == '__main__': main()