#!/bin/sh
#/etc/tty_ctrl/button7
# peter pfrang 2001-10-24
# Copyright (C) 2002 by Peter Pfrang <peter.pfrang@gmx.de>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

# ruft die Bildumwandlung unter der Benutzerkennung bilder auf
# changes to user bilder and calls the subroutine to do it

# Wenn die Signalisierung ueber die LED's gewuenscht wird, dann einfach das & am Ende der naechsten Zeile loeschen 
# If you would like to have the led's signalizing when the transformation is finished, just delete the & at the end of the next line
su --command="/home/bilder/bin/wandle_bilder" bilder &
