summarylogtreecommitdiffstats
path: root/deepdream.sh
diff options
context:
space:
mode:
authorVojtech Kral2015-07-10 02:40:42 +0200
committerVojtech Kral2015-07-10 02:40:42 +0200
commitc7e9d4d4cd8ac8b3549fc254c739dec2e2b9b137 (patch)
treea462b1324ec1d2886a35a6b6c685047b9d466e1a /deepdream.sh
downloadaur-deepdream-git.tar.gz
Initial
Diffstat (limited to 'deepdream.sh')
-rwxr-xr-xdeepdream.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/deepdream.sh b/deepdream.sh
new file mode 100755
index 000000000000..8a52b70c54bd
--- /dev/null
+++ b/deepdream.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+install -d -m 755 "${HOME}/deepdream"
+[ -e "${HOME}/deepdream/dream.ipynb" ] || install -m 755 '/opt/deepdream/dream.ipynb' ~/deepdream/
+cd "${HOME}/deepdream/"
+ipython2 notebook "$@"