#!/bin/sh
# Wrapper script to run Ripasso

# Ripasso can't create its configuration directory right now...
[ -d "${HOME}/.config" ] || /bin/mkdir -- "${HOME}/.config"
[ -d "${HOME}/.config/ripasso" ] || /bin/mkdir -- "${HOME}/.config/ripasso"

# Run ncurses backend
exec /usr/bin/ripasso-cursive