#!/bin/sh set -x for f in X bash nvim openbox do sh $f/main.sh echo "$f [OK]" done