hyperfuse backed filesystem that proxies to a local folder
npm install -g hyperfuse-proxy
# first install hyperfused and dupsh
# then will proxy ./mountpoint to ./a-local-folder (make sure they exist)
dupsh 'hyperfuse-proxy ./a-local-folder' 'hyperfused ./mountpoint'
MIT