Skip to content

Instantly share code, notes, and snippets.

@jsfaint
Created March 31, 2017 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsfaint/2b1756d1e493518caa3d2d95e5abec6e to your computer and use it in GitHub Desktop.
Save jsfaint/2b1756d1e493518caa3d2d95e5abec6e to your computer and use it in GitHub Desktop.
Mount jianguoyun with davfs2 via webdav
#!/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