mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-05 03:59:32 +00:00
yeah, probably cooked ig Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
8 lines
No EOL
201 B
Bash
8 lines
No EOL
201 B
Bash
#!/usr/bin/env bash
|
|
|
|
if command -v devenv >> /dev/null; then
|
|
eval "$(devenv direnvrc)"
|
|
use devenv
|
|
else
|
|
echo "error: Install devenv first (https://devenv.sh) and then run 'direnv reload'"
|
|
fi |