Selaa lähdekoodia

add get_libraries script

Jonas Reinsch 7 vuotta sitten
vanhempi
commit
b4987a6dca
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  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
+
+