From 33de7b856fbb22cc6022fdbe0024f0c46973fb7c Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Tue, 7 Sep 2021 11:13:57 -0500 Subject: [PATCH] add some guidance in place of `./run.sh` --- run.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 run.sh diff --git a/run.sh b/run.sh new file mode 100644 index 0000000000..809893e880 --- /dev/null +++ b/run.sh @@ -0,0 +1,18 @@ +#!/usr/bin/env bash + +cat <<'EOF' + + WARNING! LEGACY SHELL SCRIPT + + You almost certainly do not want to run this script! + + If you are a dapp developer and looking for a way to run a local validator, please + see https://docs.solana.com/developing/test-validator + + If you are a prospective validator, please see https://docs.solana.com/running-validator + + If you are a core developer, many apologies for what you're about to endure, but + you may be in the right place. This script is now located at `./scripts/run.sh`. + Please update whatever docs lead you here to reflect this change + +EOF