#!/bin/sh . ../tui.sh printf 'Press any key. Key will printed below.\n' tui_readkey KEY printf 'Key pressed: %s\n' "$KEY"