Jonas Reinsch 7 жил өмнө
parent
commit
b4987a6dca
1 өөрчлөгдсөн 10 нэмэгдсэн , 0 устгасан
  1. 10 0
      get_libraries.sh

+ 10 - 0
get_libraries.sh

@@ -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
+
+