4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
#!/bin/zsh
|
|
#dep:zenity
|
|
zenity --password --title="sudo password prompt" --timeout=10
|