mirror of
https://github.com/opencultureconsulting/openrefine-batch.git
synced 2025-02-16 00:00:19 +01:00
6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
# Install bash_kernel https://github.com/takluyver/bash_kernel
|
|
python -m bash_kernel.install
|