#!/bin/bash python /pipeline/src/adm.py exit_code=$? mv /pipeline/output/msg.txt /work/messages.txt exit $exit_code