4 lines
79 B
Bash
4 lines
79 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rofi -dmenu -password -i -p "Enter your password" -theme password
|