source: trunk/p2p/mkindex @ 1723

Last change on this file since 1723 was 1251, checked in by mmc, 15 years ago

Added first cut of P2P network for job management. See README in this
directory for details.

  • Property svn:executable set to *
File size: 100 bytes
Line 
1#!/usr/bin/tclsh
2package require Itcl
3if {"" == $argv} {
4    set argv *
5}
6eval auto_mkindex . $argv
Note: See TracBrowser for help on using the repository browser.