comparison www/get-base-address @ 2668:67c5fe4fd3f0 octave-forge

Use alphabetic contents of package rather than categories page that might include functions from octaev itself
author adb014
date Thu, 12 Oct 2006 20:27:30 +0000
parents 3c45bce3cbb9
children d0b400de8b3f
comparison
equal deleted inserted replaced
2667:20013d95d948 2668:67c5fe4fd3f0
5 case `hostname` in 5 case `hostname` in
6 foobar*|devzero*|frodo*) 6 foobar*|devzero*|frodo*)
7 echo -n "file:/home/jwe/src/octave-www/" 7 echo -n "file:/home/jwe/src/octave-www/"
8 ;; 8 ;;
9 *) 9 *)
10 #echo -n "/" 10 #echo -n ""
11 echo -n `pwd` 11 echo -n `pwd`
12 ;; 12 ;;
13 esac 13 esac
14 14
15 exit 0 15 exit 0