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