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 <Anna.Schumaker@Netapp.com>
This commit is contained in:
Anna Schumaker 2015-04-22 20:52:43 -04:00
parent 8faf31c86f
commit da3278d198
1 changed files with 2 additions and 0 deletions

2
simulator.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
python -ic "from simulator import *"