packages feed

shelly-1.12.1.1: test/examples/printer.sh

#!/bin/sh

while true; do
  echo "hello"
  sleep 1
done