6 lines
101 B
Bash
6 lines
101 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
yes=''
|
||
|
no=''
|
||
|
|
||
|
echo -e "$yes\n$no" | rofi -dmenu -p 'Are you Sure?' -theme confirm
|