#!/bin/sh
APP_PATH="/usr/share/huayra2048/";

exec nw ${APP_PATH} $@ --password-store=basic
