#!/bin/bash

# mywmphoto-run: runs the mywmphoto script

for f in * ; do if [ "`grep -E 'mywmphoto|scale' "$f"`" == "" ] ; then ./mywmphoto "$f" ; fi ; done

