diff --git a/examples/deploy-container.sh b/examples/deploy-container.sh index f57df31..97ed1d9 100755 --- a/examples/deploy-container.sh +++ b/examples/deploy-container.sh @@ -5,8 +5,8 @@ set -euo pipefail # Running this script leaves no traces on your host system. # This demo is a template for your own experiments. -# Feel free to modify or to run nix-shell and execute individual statements of this -# script in the interactive shell. +# Run with option `--interactive` or `-i` to start a shell for interacting with +# the node. if [[ ! -v IN_NIX_SHELL ]]; then echo "Running script in nix shell env..." diff --git a/examples/deploy-nixops.sh b/examples/deploy-nixops.sh index 568bbcd..8e8307b 100755 --- a/examples/deploy-nixops.sh +++ b/examples/deploy-nixops.sh @@ -5,8 +5,8 @@ set -euo pipefail # Running this script leaves no traces on your host system. # This demo is a template for your own experiments. -# Feel free to modify or to run nix-shell and execute individual statements of this -# script in the interactive shell. +# Run with option `--interactive` or `-i` to start a shell for interacting with +# the node. if [[ ! -v IN_NIX_SHELL ]]; then echo "Running script in nix shell env..." diff --git a/examples/deploy-qemu-vm.sh b/examples/deploy-qemu-vm.sh index 331451f..c83a96e 100755 --- a/examples/deploy-qemu-vm.sh +++ b/examples/deploy-qemu-vm.sh @@ -5,8 +5,8 @@ set -euo pipefail # Running this script leaves no traces on your host system. # This demo is a template for your own experiments. -# Feel free to modify or to run nix-shell and execute individual statements of this -# script in the interactive shell. +# Run with option `--interactive` or `-i` to start a shell for interacting with +# the node. # MAKE SURE TO REPLACE the SSH identity file if you use this script for # anything serious.