restart.sh

#!/bin/bash
cd `dirname $0`
./stop.sh
./start.sh
posted @ 2020-02-18 12:08  开发软件的米良  阅读(111)  评论(0)    收藏  举报