#!/bin/sh thing=$1 until (ipsec eroute | grep '%'"$thing" > /dev/null) do sleep 1 done
http://www.codebf.com/read/160303/5573812
http://www.codebf.com/read/160303/5573850
#!/bin/sh lines=$1 count=20 until [ $count -eq 0 ] || [ `ipsec eroute | wc -l` -eq $lines ] do count=`expr $count - 1` sleep 2 done >/dev/null
http://www.codebf.com/read/160303/5573909
http://www.codebf.com/read/160303/5574147
http://www.codebf.com/read/160303/5574254
http://www.codebf.com/read/160303/5574359
http://www.codebf.com/read/160303/5574377
http://www.codebf.com/read/160303/5574508
http://www.codebf.com/read/160303/5574540
http://www.codebf.com/read/160303/5574641
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机