From 16feefb2b3d7f6ca30e652028dcbb11e5a9b47b0 Mon Sep 17 00:00:00 2001 From: Kilari Teja <kilariteja9@gmail.com> Date: Fri, 8 Jun 2018 16:38:42 +0530 Subject: [PATCH] coala-ls.sh: Add coala-ls.sh Add script to start coala-ls. --- coala-ls.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 coala-ls.sh diff --git a/coala-ls.sh b/coala-ls.sh new file mode 100755 index 0000000..3e05ab7 --- /dev/null +++ b/coala-ls.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +cd "$(dirname "$0")" > /dev/null +exec python3 -m coalals +cd - /dev/null