dot_testing/utils/sh/tmenu

9 lines
123 B
Plaintext
Raw Permalink Normal View History

2022-07-05 14:08:31 -05:00
#!/bin/sh
file=$(mktemp)
cat - > "$file"
2022-11-27 12:45:24 -06:00
st -c tmenu-prompt -g 40x10+0+0 -e tmenu-backend "$file"
2022-07-05 14:08:31 -05:00
cat "$file"
rm "$file"