view bin/url @ 0:e037173e0012

Initial import.
author HackBot
date Thu, 16 Feb 2012 19:42:32 +0000
parents
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