#!/bin/csh -f # jitsiforum # ----------------------------------------------------------------------------- # C shell script to connect to the Jitsi Meet community forum # ----------------------------------------------------------------------------- # Revision History: # $Log$ # ----------------------------------------------------------------------------- set browser = "open" if ($#argv > 0) then set browser = $1:q shift endif (set echo; $browser https://community.jitsi.org) cat ~/fred/admin/jitsiforumpw | pbcopy