rclone-mount.sh 124 B

1234567
  1. pushd `dirname $0`
  2. cd ..
  3. fusermount -u mnt
  4. rm -rf mnt
  5. mkdir mnt
  6. rclone --config=scripts/rclone.conf mount theserver mnt
  7. popd