#!/bin/sh while true do echo "$@" # shellcheck disable=SC2294 eval "$@" done