scripts/make-snapshot
author deba
Mon, 26 Jun 2006 15:40:35 +0000
changeset 2110 4b8153513f34
permissions -rwxr-xr-x
Smaller Simple Bucket Heap
- the list node does not store the value
- trade off: linear time operator[]
alpar@1937
     1
#!/bin/bash
alpar@1937
     2
alpar@1937
     3
make VERSION=r`svn info|grep 'Revision:'|cut -d ' ' -f 2` $*