Skip to content

Instantly share code, notes, and snippets.

@manonthemat
Created October 2, 2022 06:23
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save manonthemat/e30c30ae8083daeef8b84431ae1d9e73 to your computer and use it in GitHub Desktop.
cardano-node versions
#!/bin/sh
for node in $(which -a cardano-node); do
echo "$node has version:"
$node --version
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment