#!/bin/bash
## Check that all the prototypes are the same between sctConf.hh configserver.h
diff <(echo '/listPartition/,/writePower/p'  | ed - sctConf.hh) <(echo '/listPartition/,/writePower/p'  | ed - configserver.h)
