#!/bin/bash cd dark_mode for f in *.sh; do bash "$f" done