mirror of
https://github.com/rowtype-yoga/purescript-unique.git
synced 2024-11-29 18:05:12 +03:00
10 lines
116 B
Bash
10 lines
116 B
Bash
#!/usr/bin/env bash
|
|
|
|
if command -v lorri;
|
|
then
|
|
eval "$(lorri direnv)"
|
|
elif command -v nix-shell
|
|
then
|
|
use nix
|
|
fi
|