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