chore(hoogle): default port offset
This commit is contained in:
parent
d182490e8a
commit
bee53feee7
@ -15,4 +15,4 @@ if [[ -d .stack-work-doc ]]; then
|
||||
trap move-back EXIT
|
||||
fi
|
||||
|
||||
stack hoogle -- ${@:-server --local --port $((${PORT_OFFSET:-0} + 8081))}
|
||||
stack hoogle -- ${@:-server --local --port $((${PORT_OFFSET:-$(((16#$(echo \"fradrive $(whoami)\" | sha256sum | head -c 16)) % 1000))} + 8081))}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user