Skip to content
Snippets Groups Projects
Commit 5ce7df5a authored by Tomasz Walkowiak's avatar Tomasz Walkowiak
Browse files

Add new file

parent b3213669
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
cd /home/worker
if [ -z "$(ls -A model)" ]; then #if is empty download
echo "Downloading model"
wget -O model/xix http://minio.clarin-pl.eu/public/models/xix
wget -O model/xxi http://minio.clarin-pl.eu/public/models/xxi
fi
./morphodita_service
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment