#!/bin/bash

# startup script for bookbinder
# modified by the SlackBuilds.org team

# create directory if it does not exist yet
[ ! -e ~/bookbinder ] && mkdir ~/bookbinder

# change to user's bookbinder directory.
# this is where the signatures will be saved.
cd ~/bookbinder

# call the program
java -jar /usr/share/bookbinder/bookbinder3.0.jar
