#!/bin/sh
#$Id: example-starter2 7 2009-02-25 15:19:11Z j-waldby $

L=""
for i in *; do
  [ -x $i ] && L="$L -bu ./$i"
done

yume $L -ex &
