run.sh 598 B

123456789101112131415161718
  1. #!/usr/bin/env bash
  2. cat <<'EOF'
  3. WARNING! LEGACY SHELL SCRIPT
  4. You almost certainly do not want to run this script!
  5. If you are a dapp developer and looking for a way to run a local validator, please
  6. see https://docs.solanalabs.com/cli/examples/test-validator
  7. If you are a prospective validator, please see https://docs.solanalabs.com/operations
  8. If you are a core developer, many apologies for what you're about to endure, but
  9. you may be in the right place. This script is now located at `./scripts/run.sh`.
  10. Please update whatever docs lead you here to reflect this change
  11. EOF