assume program is installed
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user