摘要:
命令行带参数,以及字符串参数放到ssh命令里可以这么放:#!/bin/bash 这行保证运行bash可以这样: ./data.shif [ $# != 4 ]; then echo "USAGE: data.sh IpAddress ServerUser SqlUser SqlPasswd"e... 阅读全文
posted @ 2015-10-22 15:00
攻城狮科学家
阅读(359)
评论(0)
推荐(0)
摘要:
命令行带参数,以及字符串参数放到ssh命令里可以这么放:#!/bin/bash 这行保证运行bash可以这样: ./data.shif [ $# != 4 ]; then echo "USAGE: data.sh IpAddress ServerUser SqlUser SqlPasswd"e... 阅读全文
posted @ 2015-10-22 15:00
攻城狮科学家
阅读(359)
评论(0)
推荐(0)
|