Files
solana/run.sh
mergify[bot] a71ebcc9f3 demote ./run.sh (backport #19679) (#20052)
* move `./run.sh` into `./scripts`

(cherry picked from commit 92e343da26)

* add some guidance in place of `./run.sh`

(cherry picked from commit 33de7b856f)

Co-authored-by: Trent Nelson <trent@solana.com>
2021-09-21 15:59:48 +00:00

19 lines
595 B
Bash

#!/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