ha/service-mgmt-client/sm-client/usr/bin/smc

17 lines
255 B
Python

#!/usr/bin/env python
# vim: tabstop=4 shiftwidth=4 softtabstop=4
#
#
# Copyright (c) 2018 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
#
import sys
from sm_client.shell import main
if __name__ == "__main__":
sys.exit(main())