[vox] Re: I'm on (web) TV!

Karsten M. Self karsten at linuxmafia.com
Fri Aug 6 12:17:04 PDT 2004


on Fri, Aug 06, 2004 at 11:33:08AM -0700, Ken Bloom (kabloom at ucdavis.edu) wrote:
> On Fri, Aug 06, 2004 at 10:48:04AM -0700, Bill Kendrick wrote:
> > On Fri, Aug 06, 2004 at 10:43:00AM -0700, Karsten M. Self wrote:
> > > 
> > > Learn to love tiny:  http://tinyurl.com/
> > 
> > Hehe, it was kinda late, and I was busy mucking with mplayer.
> > I need to copy my tinyurl.sh script from my Sonic account to my desktop
> > and then make a Kdialog wrapper. >:^)
> > 
> > -bill!
> 
> Try a tinyurl javascript bookmarklet. Use the javascript code

Bah!


------------------------------------------------------------------------
tinyurl
------------------------------------------------------------------------
#!/bin/bash

# Create a tinyurl

export PATH=/usr/bin:/bin

lynx -dump http://www.tinyurl.com/create.php?url=$1 |
    grep -m1 http://tinyurl.com |
    sed -e 's/^[ 	]*//'
------------------------------------------------------------------------



Peace.

-- 
Karsten M. Self <karsten at linuxmafia.com>        http://linuxmafia.com/~karsten
    Ceterum censeo, Caldera delenda est.


More information about the vox mailing list