Working Saturnin-based meta-command

saturnin-demo-echo 193B

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