Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
coala-ls.sh: Add coala-ls.sh
Browse files Browse the repository at this point in the history
Add script to start coala-ls.
  • Loading branch information
ksdme committed Jun 12, 2018
1 parent e85eb57 commit c447b25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions coala-ls.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

cd "$(dirname "$0")" > /dev/null
exec python3 -m coalals
cd - /dev/null

0 comments on commit c447b25

Please sign in to comment.