Checks
Describe the FR
If you create a "script" for pfsshell and attempt to pipe it in, the prompt is the only thing shown on screen and it doesn't really let the user know what's happening or how much of the script has executed.
device /dev/sdc
mount __common
put file.ext
umount
exit
cat script.txt | pfsshell
Describe the solution you'd like
Print piped commands as they are executed
Describe alternatives you've considered
No response
Additional context
No response
Checks
Describe the FR
If you create a "script" for pfsshell and attempt to pipe it in, the prompt is the only thing shown on screen and it doesn't really let the user know what's happening or how much of the script has executed.
cat script.txt | pfsshellDescribe the solution you'd like
Print piped commands as they are executed
Describe alternatives you've considered
No response
Additional context
No response