Select Git revision
-
Xavier ELATTAOUI authoredXavier ELATTAOUI authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
install_rcm.sh 312 B
#!/bin/bash
echo "Deploy module and CLI in RCM environment"
# Copy Python module
ipath=/home/operateur/.local/lib/python3.6/site-packages/FofbTool
mkdir -p $ipath
cp FofbTool/*.py $ipath/ -rvf
cp FofbTool/*.cfg $ipath/ -rvf
# Copy bin CLI
cp bin/FofbTool ~/bin/ -vf
# Put exec rights
chmod +x ~/bin/FofbTool