A#!/bin/sh
APP_PATH="/usr/share/piskel";
exec nw ${APP_PATH} $@ --password-store=basic
