blob: b6857a46e2e44c6033f71bf7faef6d8acb2db5fa (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
PWD=`pwd`
minix-service up ${PWD}/subs -config system.conf -script /etc/rs.single
minix-service up ${PWD}/dstest -config system.conf -script /etc/rs.single
minix-service down subs
|