satcmd-echo 188B

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