Files
oopt-gnpy/.docker-entry.sh
Jan Kundrát 8eb5980ca9 distribute example data along GNPy
I would like to create a package for distribution to PIP, and this seems
like the path of least resistance.

This is, apparently, the way for shippign arbitrary data with Python
[1]. I've at least tried to make it user-firendly via adding a simple
utility which just prints out whatever that data path is.

[1] https://python-packaging.readthedocs.io/en/latest/non-code-files.html

Change-Id: I220ecad84b1d57d01e3f98f15befc700bd97c0b8
2020-06-08 18:30:36 +02:00

4 lines
66 B
Bash
Executable File

#!/bin/bash
cp -nr /oopt-gnpy/gnpy/example-data /shared
exec "$@"