From da3278d19888cf4680d3c2216d15a60f7d6c9852 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Wed, 22 Apr 2015 20:52:43 -0400 Subject: [PATCH] Create a simulator.sh script Running this script will start python, load the simulator module, and then drop to a command line. Signed-off-by: Anna Schumaker --- simulator.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 simulator.sh diff --git a/simulator.sh b/simulator.sh new file mode 100755 index 0000000..592defe --- /dev/null +++ b/simulator.sh @@ -0,0 +1,2 @@ +#!/bin/bash +python -ic "from simulator import *"