ribeka·قبل 6 سنوات·discussI am using this bash script to convert the link that open zoom app into a link where you can join meeting using your browser: function zoomify() { echo "${1/j/wc\/join}" }