1#!/bin/sh
2
3. /opt/broken/comm.sh
4
5if [ -z "$1" ]; then
6    echo "Please input alias name"
7    exit $ERROR
8fi
9
10do_updatealias $1
11