New paste Repaste Download
$ declare -f getpass
getpass ()
{
    echo -n "Enter Password: ";
    read -s pass1;
    echo;
    echo -n "Enter Password Again: ";
    read -s pass2;
    echo;
    if [[ "$pass1" = "$pass2" ]]; then
        export cecstuff=$(echo -n "$pass1" | base64);
    else
        echo "Passwords did not match.";
    fi
}
Filename: None. Size: 329b. View raw, , hex, or download this file.

This paste expires on 2026-06-25 20:55:43.128275+00:00. Pasted through web.