5 lines
112 B
Bash
5 lines
112 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
zenity --question \
|
||
|
--text="Are you sure you wish to proceed?"
|