From 5c3bb189c467fe1f99c6b227a85fe1119723601e Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Mon, 17 Jul 2017 11:14:37 -0700 Subject: [PATCH] Added run script for mazegen --- python/pyapple2/mazegen.py => mazegen.py | 0 run.sh | 4 ++++ 2 files changed, 4 insertions(+) rename python/pyapple2/mazegen.py => mazegen.py (100%) create mode 100755 run.sh diff --git a/python/pyapple2/mazegen.py b/mazegen.py similarity index 100% rename from python/pyapple2/mazegen.py rename to mazegen.py diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..6aab293 --- /dev/null +++ b/run.sh @@ -0,0 +1,4 @@ +!/bin/bash + +echo "in another terminal, run tail -f errors" +python mazegen.py 2> errors