#!/bin/bash THEME=$(grep -i "^.*\.stylefile:.*$" /home/tenner/.fluxbox/init | cut -d: -f2) if [ -d $THEME ] then exec $DEITOR $THEME/theme.cfg else exec $EDITOR $THEME fi