@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+
+if [[ ! -d ../deltachat-core ]]; then
+ echo Error: deltachat-core repository expected in parent directory
+ exit 1
+fi
+echo it is there