karagenit/ghost-prompt

Add Prompt-Runner Script

Opened this issue · 1 comments

Somehow we need to essentially run our program by default, and maybe return the text input for bash to run (instead of evaling?)

Or we could run as our own interactive shell /bin/bash -i, display our own PS1 prompt, and just loop through the read/eval process forever.

https://stackoverflow.com/questions/3451993/echo-expanded-ps1