summaryrefslogtreecommitdiffstats
path: root/python/shell.sh
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-19 13:48:24 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-19 13:48:24 -0800
commit9792a49572e98ac686bd42d307206fac1d723e20 (patch)
tree3ff2e5bfef9e6d5c77fe012291a0c7bcf1a30880 /python/shell.sh
parentf47260eff9e5905e412d33126607fbe0eadcde68 (diff)
downloadfatcat-9792a49572e98ac686bd42d307206fac1d723e20.tar.gz
fatcat-9792a49572e98ac686bd42d307206fac1d723e20.zip
example shell interface for fatcat python lib
Diffstat (limited to 'python/shell.sh')
-rwxr-xr-xpython/shell.sh6
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