#!/bin/bash echo $0 find /usr/lib/ublinux/rootfs-patches/ublinux_srv -type f -name \*.sh | sort | while read a ;do echo $a bash $a done