#!/bin/sh
shortname=ru
if [[ -d /usr/share/netsurf/ ]]; then
  /usr/bin/netsurf-gtk3  &
else
  LANG=en /usr/bin/netsurf-gtk3  &
fi

