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