mirror of
https://github.com/opencultureconsulting/openrefine-batch.git
synced 2025-04-06 00:00:46 +02:00
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
![]() |
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
# Install bash_kernel https://github.com/takluyver/bash_kernel
|
||
|
python -m bash_kernel.install
|