mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
8 lines
116 B
Bash
Executable File
8 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -x "$(command -v bazel)" ]; then
|
|
source ".hie-bios.sh"
|
|
else
|
|
source "script/ghci-flags"
|
|
fi
|