10 lines
185 B
Bash
10 lines
185 B
Bash
#!/usr/bin/env bash
|
|
# the shebang is ignored, but nice for editors
|
|
watch_file ./npins/sources.json
|
|
|
|
# Load .env file if it exists
|
|
dotenv_if_exists
|
|
|
|
# Activate development shell
|
|
use nix
|