#!/bin/bash
#gimp-2.6 -idf --batch-interpreter python-fu-eval -b 'import os; print os.getcwd()' -b 'pdb.gimp_quit(1)'
gimp-2.6 -idf --batch-interpreter python-fu-eval -b 'import sys; sys.path=["."]+sys.path;import batch;batch.run("./images")' -b 'pdb.gimp_quit(1)'
