comparison bin/url @ 0:e037173e0012

Initial import.
author HackBot
date Thu, 16 Feb 2012 19:42:32 +0000
parents
children d5b2eb52c760
comparison
equal deleted inserted replaced
-1:000000000000 0:e037173e0012
1 #!/bin/bash
2 if [ "$1" ]
3 then
4 echo 'http://codu.org/projects/hackbot/fshg/index.cgi/raw-file/tip/'"$1"
5 else
6 echo 'http://codu.org/projects/hackbot/fshg/'
7 fi