3 lines
75 B
Bash
Executable file
3 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
cmd="$(dmenu_path | fzy)"
|
|
nohup sh -c "${cmd} &" >/dev/null 2>&1
|