aboutsummaryrefslogtreecommitdiff
path: root/installer/install-clojure-lsp.sh
blob: 9d664baf55ab704a3b046ecf22b96a1304d59b86 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

set -e

curl -L -o clojure-lsp https://github.com/snoe/clojure-lsp/releases/download/release-20191202T142318/clojure-lsp
chmod +x clojure-lsp