#!/bin/bash
export AXIOMA_ENV_BACKUP="$(env)"
DIR="$( cd "$( dirname "$0" )" && pwd )"
source "$DIR"/run-axioma-path
cd "$DIR/../bin"
./StrokeStyleEditor

