/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

. opts.sh

[ -z "$setup" ] && { echo "Setup must be specified"; exit 1; }


oc -n $ADEI_NS  -l "adei-setup=$setup" "$@"