#!/usr/pkg/bin/bash 

# Emergency SR
# Use espeak-ng to speak output from shell commands:
"$@" 2>&1 | espeak-ng  &
