mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-25 19:21:34 +03:00
4 lines
117 B
Bash
4 lines
117 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -eou pipefail
|
||
|
curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s .
|