Created
March 22, 2014 06:30
-
-
Save spellancer/9702246 to your computer and use it in GitHub Desktop.
yandex webdav mount script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/expect | |
spawn mount.davfs https://webdav.yandex.ru/RPI /home/sarkisn/webdav/yandex | |
expect "Username:" | |
send "[email protected]\r" | |
expect "Password:" | |
send "PASSWORD\r" | |
expect eof | |
#sudo apt-get install expect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment