#!/usr/bin/expect
spawn mount.davfs https://webdav.yandex.ru /home/admin/web/domain/yadisk
expect "Username:"
send "USERNAME@yandex.ru\r"
expect "Password:"
send "PASS\r"
expect eof #!/usr/bin/expect
spawn mount.davfs https://webdav.yandex.ru /home/admin/web/domain/yadisk
expect "Username:"
send "USERNAME@yandex.ru\r"
expect "Password:"
send "PASS\r"
expect eof