# match
Script used in many others to call dmenu or pi/fzf/fzy according if it is called from a terminal or not.
```
#!/bin/sh
# dmenu/pick/fzf/fzy wrapper wether it is called from terminal
# options:
# -p "prompt"
# dmenu options
l=15
fn="FiraCode-12:antialias=true:autohint=true"
# b&w
nb="#000"
nf="#888"
sb="#fff"
sf="#000"
while getopts 'p:' c
do
Happy helping ☃ here: You tried to output a spurious TAB character. This will break gopher. Please review your scripts. Have a nice day!
Happy helping ☃ here: You tried to output a spurious TAB character. This will break gopher. Please review your scripts. Have a nice day!
Happy helping ☃ here: You tried to output a spurious TAB character. This will break gopher. Please review your scripts. Have a nice day!
done
if [ -n "$TERM" ]; then
Happy helping ☃ here: You tried to output a spurious TAB character. This will break gopher. Please review your scripts. Have a nice day!
Happy helping ☃ here: You tried to output a spurious TAB character. This will break gopher. Please review your scripts. Have a nice day!
Happy helping ☃ here: You tried to output a spurious TAB character. This will break gopher. Please review your scripts. Have a nice day!
Happy helping ☃ here: You tried to output a spurious TAB character. This will break gopher. Please review your scripts. Have a nice day!
else
Happy helping ☃ here: You tried to output a spurious TAB character. This will break gopher. Please review your scripts. Have a nice day!
Happy helping ☃ here: You tried to output a spurious TAB character. This will break gopher. Please review your scripts. Have a nice day!
fi
```
--- |