#!/bin/bash printf "\n" cat < ~/node_info.json { "RAM": "$RAM", "Disk": "$DISK", "PubKey": "$PUBKEY", "Referral": "$REFERRAL_CODE" } EOF echo -e "\n✅ Node information saved! (nano ~/node_info.json to edit)"