Parent Directory
|
Revision Log
|
Patch
revision 1.1, Mon Dec 1 20:46:40 2003 UTC | revision 1.2, Sat Dec 6 15:37:36 2003 UTC | |
---|---|---|
# | Line 3 | Line 3 |
3 | ||
4 | $usage = "usage: make_transferable_chunks FromDir ChunksDir"; | $usage = "usage: make_transferable_chunks FromDir ChunksDir"; |
5 | ||
6 | (($fromD = shift @ARGV && | (($fromD = shift @ARGV) && |
7 | ($chunksD = shift @ARGV) | ($chunksD = shift @ARGV) |
8 | ) | ) |
9 | || die $usage; | || die $usage; |
|
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |