#!/bin/bash for script in `find /usr/share/lliurex-moodle2/cron -xtype f` ; do $script done