Bash scripts for managing safe nodes on Linux

  • Pull latest experimental version of snnm.
    Rocky Linux 9.4, bash
    Run ./snnm --help or set path to be able to use snnm --help
cd "$HOME"
wget https://raw.githubusercontent.com/drirmbda/node-toolbox/drirmbda-dev/snnm -O snnm
echo "WARNING: snnm is experimental software, only for people who know what they are doing. Review the code before using at your own responsibility."
chmod +x snnm