#!/bin/csh -f # buttons # ------------------------------------------------------------------------- # Shell script to buy Anti-Trump buttons. # ------------------------------------------------------------------------- # 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 (set echo; $browser https://www.teepublic.com/pin/74413763-get-exactly-what-you-voted-for) (set echo; $browser https://www.teepublic.com/pin/71508926-trump-hows-that-working-for-you) (set echo; $browser https://www.teepublic.com/pin/73011059-i-didnt-vote-for-trump) (set echo; $browser https://www.teepublic.com/pin/73011057-no-trump-allowed)