assume program is installed

This commit is contained in:
2026-02-03 14:35:52 -07:00
parent 17bd886e3a
commit c5abd70e65

View File

@@ -3,7 +3,7 @@
TMP=$(mktemp) TMP=$(mktemp)
# Put the output to fd 4 and put the TUI to 2, since pipes redirect 1 by default # 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 cat $TMP
rm $TMP rm $TMP