OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / testing / utils / kill-uml.sh
1 #!/bin/sh 
2
3 #MCONSOLE=uml_mconsole
4 MCONSOLE=/usr/src/freeswan/uml/utils/mconsole/uml_mconsole
5
6 for i in /tmp/uml/*
7 do
8         $MCONSOLE $i/mconsole halt
9 done