diff --git a/wrap-list-pickle.sh b/wrap-list-pickle.sh
new file mode 100755
index 0000000000000000000000000000000000000000..45ad6ea5f16e1267498d463d776a8e484ee2de05
--- /dev/null
+++ b/wrap-list-pickle.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# call the list-pickle notebook runner with a array task wrapper to process specifc files
+
+fname=`printf "list-%.3d.gz" $SLURM_ARRAY_TASK_ID`
+
+./run-list-pickle-nb.sh $dirname "$fname" $NB