minor updates.
authorChris Koeritz <fred@gruntose.com>
Fri, 20 Apr 2012 12:39:32 +0000 (08:39 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 20 Apr 2012 12:39:32 +0000 (08:39 -0400)
scripts/multimedia/sound_play.sh
scripts/security/uva_web_proxy.sh

index 72054185cd0e5e8a741b021464062e234bc57761..f499d30ba349a28b4d868c7c4ab48fafa2a7082f 100644 (file)
@@ -30,3 +30,4 @@ fi
 for i in $*; do $PLAYCMD $i >/dev/null 2>&1; done
 
 exit 0
+
index c7c51edac2cb4267535ddfe7f30cbb1423a1fa35..fe4fa403c22b47c2ba067c87e97bf651dc6948f9 100644 (file)
@@ -4,6 +4,9 @@
 # a web proxy like squid.  when used for SMTP, it ensures that none of the
 # text is seen on whatever network one is on before it's sent from the remote
 # server.
+#
+# it accepts a single parameter so far, which will be used as the name of a
+# sound file to play.
 
 #hmmm:  none of the user info below will work for others: parameterize it.
 
@@ -18,7 +21,6 @@ while true; do
   echo Connecting uva web sites via khandroma.
   ssh -i $HOME/.ssh/id_dsa_fred -2 -N -v -D localhost:14420 fred@khandroma.cs.virginia.edu
   bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh $soundfile
-#hmmm: parameterize this for the sound to be played.  doofus.
   echo "Got dumped from tunnels; re-establishing connection."
   echo "Note: if you're being asked for a password, you haven't set up an RSA key yet."
   sleep 14