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 *"