#!/usr/bin/env bash /bin/bash -c 'while true; do echo hello world > /dev/null; sleep 1; done'