#!/bin/bash
##########################
##########################
##########################
##########################
##########################
##########################
## 修改範本 
## 建立指令  [只需要輸入::檔名::不用附檔名]
# sed -e "s/QQ/$1/g" /usr/bin/Go.sh   > /usr/bin/$1
# chmod +x                              /usr/bin/$1

if    [ "$#" = "0" ]
then
    echo "建立指令  [只需要輸入::檔名::不用附檔名]"
else  [ "$#" = "1" ]
#then
# else 
    sed -e "s/QQ/$1/g"  /usr/bin/Go.sh   > /usr/bin/$1
    #sed -i "s/QQX/$@/g" /usr/bin/$1
    chmod +x                               /usr/bin/$1
fi