Also. If there are any nix masters out there. What is the purpose of splitting the screen -S and the running gdb?
It seems like I can get similar results from running
screen -S Bitshares ./bitshares_client
without the step of running gdb
from a theoretical viewpoint, I'd like to understand the difference.
**this is purely for my educational purposes, and is not at all important**