How can I pass a variable as the input/parameter for a command.
The command solana-keygen recover ASK
prompts the user to input a seed phrase. How would I go about writing a shell script that enters the seed phrase for me?
How can I pass a variable as the input/parameter for a command.
The command solana-keygen recover ASK
prompts the user to input a seed phrase. How would I go about writing a shell script that enters the seed phrase for me?