diff --git a/wrapper.sh b/wrapper.sh index ae43865..6a6e514 100755 --- a/wrapper.sh +++ b/wrapper.sh @@ -3,7 +3,7 @@ TMP=$(mktemp) # Put the output to fd 4 and put the TUI to 2, since pipes redirect 1 by default -cat /dev/stdin | ./target/release/select_option $TMP 1>&2 +cat /dev/stdin | select_option $TMP 1>&2 cat $TMP rm $TMP