2018-11-11 08:19:04 -08:00
|
|
|
#!/usr/bin/env bash
|
2019-02-16 09:48:51 -08:00
|
|
|
|
2021-09-21 15:59:48 +00:00
|
|
|
cat <<'EOF'
|
2019-11-16 15:56:29 +09:00
|
|
|
|
2021-09-21 15:59:48 +00:00
|
|
|
WARNING! LEGACY SHELL SCRIPT
|
2019-02-16 09:48:51 -08:00
|
|
|
|
2021-09-21 15:59:48 +00:00
|
|
|
You almost certainly do not want to run this script!
|
2018-10-02 17:34:47 -07:00
|
|
|
|
2021-09-21 15:59:48 +00:00
|
|
|
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
|
2018-10-02 17:34:47 -07:00
|
|
|
|
2021-09-21 15:59:48 +00:00
|
|
|
If you are a prospective validator, please see https://docs.solana.com/running-validator
|
2020-10-04 00:30:26 +09:00
|
|
|
|
2021-09-21 15:59:48 +00:00
|
|
|
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
|
2018-10-02 17:34:47 -07:00
|
|
|
|
2021-09-21 15:59:48 +00:00
|
|
|
EOF
|