diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-19 13:48:24 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-19 13:48:24 -0800 |
commit | 9792a49572e98ac686bd42d307206fac1d723e20 (patch) | |
tree | 3ff2e5bfef9e6d5c77fe012291a0c7bcf1a30880 /python/shell.sh | |
parent | f47260eff9e5905e412d33126607fbe0eadcde68 (diff) | |
download | fatcat-9792a49572e98ac686bd42d307206fac1d723e20.tar.gz fatcat-9792a49572e98ac686bd42d307206fac1d723e20.zip |
example shell interface for fatcat python lib
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 |