dot_testing/sh/tmenu

9 lines
128 B
Plaintext
Raw Normal View History

2022-07-05 14:08:31 -05:00
#!/bin/sh
file=$(mktemp)
cat - > "$file"
2022-08-16 20:43:44 -05:00
st -c tmenu-prompt -g 40x10+0+0 -e tmenu-backend "$file" "$1"
2022-07-05 14:08:31 -05:00
cat "$file"
rm "$file"