diff options
Diffstat (limited to 'office/bookbinder/bookbinder')
-rw-r--r-- | office/bookbinder/bookbinder | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/office/bookbinder/bookbinder b/office/bookbinder/bookbinder new file mode 100644 index 0000000000000..19ae63735aa08 --- /dev/null +++ b/office/bookbinder/bookbinder @@ -0,0 +1,14 @@ +#!/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 |