diff --git a/run.sh b/run.sh
new file mode 100644
index 0000000000000000000000000000000000000000..1a0dbc2e045b60b6f1f53d1d552a5836bba214fe
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+basedir=$( cd "$(dirname "$0")" ; pwd -P)
+
+OUTPUTDIR="${PWD}/output"
+
+ANALYSIS_DATE=$1
+
+conda run --live-stream --name mytobac /root/aos_test/src/Tracking_Paper_Plots-Lorenzo-aws.py ${ANALYSIS_DATE}
\ No newline at end of file