Skip to content
Snippets Groups Projects
Commit 458539e9 authored by Operateur's avatar Operateur
Browse files

Add deploy script

parent 8cc72d90
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
echo "Deploy module in RCM environment"
# Copy Python module
ipath=/home/operateur/.local/lib/python3.6/site-packages/ArchiveExtractor
mkdir -p $ipath
cp ArchiveExtractor/*.py $ipath/ -rvf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment