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