#!/bin/sh

# script to run hspell-gui with hebrew

LANG=he_IL.utf-8; export LANG
hspell-gui $1
