4 lines
92 B
Bash
4 lines
92 B
Bash
#!/usr/bin/env bash
|
|
eval "$(nix print-dev-env .#remoteenv)"
|
|
echo Entered $(hostname --fqdn)
|