#!/bin/sh

# script to run hspell-gui with hebrew

LC_ALL=he_IL.utf-8 hspell-gui $@
