astrXbian/www/boris/check_my_wallet.sh

13 lines
571 B
Bash
Executable File

#!/bin/bash
########################################################################
# Author: Astrocrew
# Version: 0.1
# License: AGPL-3.0 (https://choosealicense.com/licenses/agpl-3.0/)
########################################################################
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
source /home/$YOU/.bashrc
[[ $G1PUB == "" ]] && echo "G1PUB MISSING" && exit 1
/home/$YOU/.zen/astrXbian/zen/jaklis/jaklis.py balance -p $G1PUB