#! /usr/bin/env bash
#
#  run-cmd <cmd> 

echo 0     # Fix me. Should be real return code.
eval $@ 2>&1
echo ~~~
