8 lines
195 B
Bash
Executable file
8 lines
195 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/../dist"
|
|
export PATH="$(pwd)/../../../scripts:$PATH"
|
|
|
|
assemble-license ipynb2html > LICENSE
|
|
create-archives ipynb2html-cli ipynb2html ipynb2html.map LICENSE
|