Browse Source

add get_libraries script

Jonas Reinsch 7 năm trước cách đây
mục cha
commit
b4987a6dca
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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
+
+