Skip to content

Instantly share code, notes, and snippets.

@tomjamescn
Last active February 21, 2020 14:04
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 tomjamescn/d0c526ee56b25b07f0eaca19826f00e6 to your computer and use it in GitHub Desktop.
Save tomjamescn/d0c526ee56b25b07f0eaca19826f00e6 to your computer and use it in GitHub Desktop.
rclone
#!/bin/bash
# debian/ubuntu
sudo apt install unzip fuse
curl https://rclone.org/install.sh | sudo bash
fusermount -u -z -q MOUNT_POINT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment