stop.sh 84 B

12345678
  1. #! /bin/sh
  2. for script in /media/mmcblk0p1/apps/*/stop.sh
  3. do
  4. $script &
  5. done
  6. wait