#!/bin/csh -f # bias # ----------------------------------------------------------------------------- # C shell script to show bias of an organization # ----------------------------------------------------------------------------- # Revision History: # $Log$ # ----------------------------------------------------------------------------- set browser = "open" # If $1 is a script in the browsers folder, use it as the browser. if ($#argv > 0 && -x "$0:h/browsers/$1") then set browser = $1:q shift endif # Run generic bias script first to have a backup web page to review if the # primary one has no info. google bias $*:q # Pop up this site too, as a backup (set echo; $browser "https://adfontesmedia.com/$1-bias-and-reliability") # Pop up this site too, as a backup (set echo; $browser "https://www.allsides.com/media-bias/ratings/?title=$1+$2+$3+$4+$5+$6+$7+$8+$9") # Bring up this specific site as the primary source (set echo; $browser "https://MediaBiasFactCheck.com/?s=$1+$2+$3+$4+$5+$6+$7+$8+$9")