GNOME Desktop Shortcut
Just another note about this. See previous also.
Create in user Desktop folder
$ cat crypto-report.desktop[Desktop Entry]Version=1.0Exec=/home/rrosso/scripts/crypto-report.shName=crypto-reportGenericName=crypto-reportComment=run crypto-report scriptEncoding=UTF-8Terminal=trueType=ApplicationCategories=Application;Network;Script
$ cat ~/scripts/crypto-report.sh#!/bin/bash
commands () { cd /TANK/DATA/MySrc/crypto-totals-api python3 consolidated-crypto-report.py $SHELL # keep the terminal open after the previous commands are executed}
export -f commands
gnome-terminal --profile=crypto-report -- bash -c "commands"NOTE: May have to right click on shortcut on the desktup and allow to tun.