mirror of
https://github.com/opencultureconsulting/openrefine-batch.git
synced 2025-04-06 00:00:46 +02: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
|