Created
March 31, 2017 03:24
-
-
Save jsfaint/2b1756d1e493518caa3d2d95e5abec6e to your computer and use it in GitHub Desktop.
Mount jianguoyun with davfs2 via webdav
This file contains 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
#!/bin/bash | |
MOUNTPOINT="$HOME/Nutstore" | |
sudo mount -t davfs https://dav.jianguoyun.com/dav/ "$MOUNTPOINT" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment