#!/bin/bash

if [ $# -eq 0 ]; then
    /usr/bin/kylin-cmd -c
else
    /usr/bin/kylin-cmd
fi

