Skip to content
Snippets Groups Projects
Commit 7f84ec24 authored by Jan Hensel's avatar Jan Hensel :penguin:
Browse files

scripts: add bam checker wrapper

parent 4cee266c
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
echo '[WRAPPER] going to dir'
cd /home/ztf/repositories/bam-checker || exit 1
echo '[WRAPPER] activating venv'
source ./.venv/bin/activate || exit 1
echo '[WRAPPER] running main.py'
python main.py
echo '[WRAPPER] done'
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