mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-30 03:51:15 +01:00
3 lines
36 B
Bash
Executable File
3 lines
36 B
Bash
Executable File
#!/bin/sh
|
|
dmenu -p "$1" <&- && echo
|