aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-05 23:07:43 -0800
committerChristian Cunningham <cc@local.lan>2025-03-05 23:07:43 -0800
commit17c6118e0dd1951acb8d8ed44196c50152920201 (patch)
tree304132161b932f7e2a410773f48f2b6ba667c12b /README.md
parentfa497fc483d762d9133460c59152aa685a266947 (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
+```