view bin/url @ 1726:03235350a0e4

<oerjan> addquote <Sgeo> Actually, just as a guess, J might be worse than APL because it\'s restricted to normal (ascii?) characters, I guess
author HackBot
date Thu, 24 Jan 2013 23:18:27 +0000
parents e037173e0012
children d5b2eb52c760
line wrap: on
line source

#!/bin/bash
if [ "$1" ]
then
    echo 'http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/'"$1"
else
    echo 'http://codu.org/projects/hackbot/fshg/'
fi