- #!/bin/bash
 - 
 - . "$(sfpath)" || exit 3
 - 
 - echo "version: $(saturnin-demo -V)"
 - echo "binary: $(which saturnin-demo)"
 - echo "SHELLFU_PATH: ${SHELLFU_PATH:-null}"
 - echo "SATURNIN_LIBEXEC: ${SATURNIN_LIBEXEC:-null}"
 - echo "shellfu-modules:"
 - echo "    saturnin_demo_greet: $(shellfu _select_mfile saturnin_demo_greet)"
 - echo "saturnin-version: $(saturnin-demo --saturnin-get-saturnin-version)"
 
 
  |