aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian C <cc@localhost>2025-03-05 23:07:43 -0800
committerChristian C <cc@localhost>2025-03-05 23:07:43 -0800
commit58dd031fe24e9e9ad1c3b45537600455a931714b (patch)
tree304132161b932f7e2a410773f48f2b6ba667c12b /README.md
parentc2a41f2c2e3593ae028f1a440d4066077b5fa261 (diff)
Useful runners
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1d394fa
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+** Example Usage
+
+```sh
+for file in data/HT-*/; do ./run.sh `basename $file`; done
+```