From d2cbe0e47539bb9ceade61e5002e16b5e4a9079a Mon Sep 17 00:00:00 2001
From: Toke Eskildsen <te@ekot.dk>
Date: Fri, 27 Sep 2013 14:49:55 +0200
Subject: [PATCH] Added sample command for recursive copy with hardlinks of
 dragon scale tiles

---
 dragonscale.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dragonscale.html b/dragonscale.html
index 7d1dbe9..346cee5 100644
--- a/dragonscale.html
+++ b/dragonscale.html
@@ -4,7 +4,8 @@
     <!-- Tests performance of multiple, potentially active, OpenSeadragons.
          No sample data due to immaterial rights, sorry.
          Adjust "scale_tiles" and "6448" and "9101" to your own tile data.
-         To get a lot of data, duplicate the same tiles by hard-linking.
+         To get a lot of data, duplicate the same tiles by hard-linking:
+         for D in `seq 0 199`; do cp -R -l scale_tiles scale_tiles_$D ; done
     -->
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-- 
GitLab