view bin/url @ 4530:03afb1619ef2

<elliott> revert 1
author HackBot
date Sun, 16 Mar 2014 01:51:13 +0000
parents 7914d7e0b500
children 7f957c1f4661
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