소스 검색

add get_libraries script

Jonas Reinsch 7 년 전
부모
커밋
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
+
+