#!/bin/bash
## Check that SctApi prototypes are the same between Sct_SctApi.hh SctApiServer.h
diff -1 -u <(echo '/initialiseAll/,/knownScans/p'  | ed - Sct_SctApi.hh) <(echo '/initialiseAll/,/knownScans/p'  | ed - SctApiServer.h)
