diff options
Diffstat (limited to 'python/shell.sh')
-rwxr-xr-x | python/shell.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/shell.sh b/python/shell.sh new file mode 100755 index 00000000..31cf767f --- /dev/null +++ b/python/shell.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +# Run this file like: +# pipenv run ./shell.sh + +ipython3 -i --no-banner --nosep --pprint shell.py |