slackbuilds_ponce/office/bookbinder/bookbinder
Petr Kletecka 96bfb30bce office/bookbinder: (Create a bindable book from a PDF file)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2013-04-26 22:11:54 -03:00

14 lines
347 B
Bash

#!/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