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