#!/bin/bash -p

# Kill all python jobs

logfile="/tmp/rcd.log"
./run_cmd_distributed "killall -9 /usr/bin/python" | tee $logfile

