#!/bin/sh

echo "WARNING: walt-echo is deprecated. Use walt-log-echo instead."
. walt-log-echo "$@"
