#!/usr/bin/env python

"""
clush command-line tool
"""

from ClusterShell.CLI.Clush import main

if __name__ == '__main__':
    main()
