From ef3822e6d8ea7f97c8b42036e52e2b4b40b45aa1 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 29 Oct 2020 13:24:46 +0200 Subject: [PATCH] Added missing bin file --- bin/sdks | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bin/sdks diff --git a/bin/sdks b/bin/sdks new file mode 100644 index 0000000000..bf117125f2 --- /dev/null +++ b/bin/sdks @@ -0,0 +1,3 @@ +#!/bin/sh + +php /usr/src/code/app/cli.php sdk $@ \ No newline at end of file