eshost-cli
eshost-cli copied to clipboard
jsvu now uses a bin directory as well
This fixes the --configure-jsvu feature to account for the binaries being moved to ~/.jsvu/bin in https://github.com/GoogleChromeLabs/jsvu/pull/123.
My work-around for now was running for f in $(ls bin/); do ln -s bin/"$f" "$f"; done in ~/.jsvu.
This issue/PR is an year old already, but sadly the repo seems stale... At least, thanks for the workaround!