macosx: Update macosx install script
[fw/altos] / altosui / ask-pass
diff --git a/altosui/ask-pass b/altosui/ask-pass
new file mode 100755 (executable)
index 0000000..605ccb7
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+osascript -e 'display dialog "Password:" with hidden answer default answer "" with title "Password for '$USER'"' -e 'text returned of result'