#!/bin/bash YOU=$(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d " " -f 1) && [[ ! $YOU ]] && echo "ipfs NOT RUNNING. EXIT" && exit 1 IPFSNODEID=$(ipfs --timeout=20s id -f='\n') echo -n $IPFSNODEID