In case someone wants to see what it does without reading a manual in the future.
4 lines
138 B
Plaintext
4 lines
138 B
Plaintext
#!/bin/sh
|
|
|
|
systemd-ask-password --echo "encfs password:" | encfs <%= @encrypted_directory %> <%= @mount_directory %> --public --stdinpass
|