#!/bin/bash

if [ $# -eq 0 ]; then
    /usr/bin/kylin_cmd -e
else
    /usr/bin/kylin_cmd
fi

