]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - resources/cluster_tree/frm_cluster_tree
forb: script invocation of shlibs fixec
[frescor/frsh.git] / resources / cluster_tree / frm_cluster_tree
1 #!/bin/sh
2
3 while [ $# -gt 0 ]; do
4     case "$1" in
5         -d*|--daemon=)
6             FORBRUN_ARGS="$FORBRUN_ARGS $1";;
7         --daemon)
8             FORBRUN_ARGS="$FORBRUN_ARGS $1 $2"; shift;;
9         *)
10             FRM_ARGS="$FRM_ARGS $1"
11     esac
12     shift
13 done
14
15 forbrun -i "org.frescor.frm.cluster_tree" $FORBRUN_ARGS -- libfrm_cluster_tree.so $FRM_ARGS