#!/bin/sh

APP_PATH="/usr/share/huayra-bullets/src";

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