shell 脚本不能执行多条?何解

#!/bin/sh

ps -e | grep svnserve | awk '{print $1}'  | xargs kill -9

svnserve -d -r /projects/svn --config-file=/projects/svn/svnserve.conf

posted @ 2018-09-15 23:40  hoge  阅读(213)  评论(0编辑  收藏  举报