Skip to content

Commit

Permalink
cli bat file
Browse files Browse the repository at this point in the history
minor changes
  • Loading branch information
eliavs committed Mar 1, 2015
1 parent 7b5f7a5 commit 937efcd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions cli.bat
Expand Up @@ -5,10 +5,9 @@ set DJANGO_SETTINGS_MODULE=sefaria.settings

IF [%1]== [] GOTO P
IF %1== -i GOTO IP
python -i cli.py
EXIT
:IP
ipython -i cli.py
GOTO END
:P
python -i cli.py
exit
:ip
ipython -i cli.py
:END

0 comments on commit 937efcd

Please sign in to comment.