mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
4 lines
123 B
Bash
Executable File
4 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
[ $(echo -e "No\nYes" | dmenu -i -p "$1" -nb darkred -sb red -sf white -nf gray -fn mono) \
|
|
== "Yes" ] && "$@:2"
|