utils/sh/tmenu

9 lines
123 B
Plaintext
Raw Normal View History

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