Merge pull request #27 from dmd/patch-1

enable readline
This commit is contained in:
0xacx 2023-03-07 00:45:48 +02:00 committed by GitHub
commit e90748a630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,7 +236,7 @@ while $running; do
if [ -z "$pipe_mode_prompt" ]; then
echo -e "\nEnter a prompt:"
read prompt
read -e prompt
else
# set vars for pipe mode
prompt=${pipe_mode_prompt}