#!/bin/bash . "$(shellfu-get path)" || exit 3 shellfu import inigrep SATCMD_ECHO__PREFIX="${SATCMD_ECHO__PREFIX:-$(inigrep -p "echo.prefix")}" echo -n "$SATCMD_ECHO__PREFIX" echo "$@"