diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2018-03-16 22:35:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:49 +0700 |
commit | 9fa8fb9e6f410e4e253c90838decf770be4859f4 (patch) | |
tree | 17c22189eb961d28d2404300e4738dc8f9e2d54d /office/smoffice2018/presentations18 | |
parent | 29a9a8e664955c2bb871a6aafd39c44de40a0ae1 (diff) |
office/smoffice2018: Added (office suite).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/smoffice2018/presentations18')
-rw-r--r-- | office/smoffice2018/presentations18 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/office/smoffice2018/presentations18 b/office/smoffice2018/presentations18 new file mode 100644 index 0000000000000..ad19bb125315b --- /dev/null +++ b/office/smoffice2018/presentations18 @@ -0,0 +1,10 @@ +#!/bin/sh +# A script to run Presentations. +ext="${@##*.}" +shopt -s nocasematch +case "$ext" in + "prs" ) /opt/smoffice2018/presentations -S\""$@"\";; + "pps" ) /opt/smoffice2018/presentations -S\""$@"\";; + "ppsx" ) /opt/smoffice2018/presentations -S\""$@"\";; + * ) /opt/smoffice2018/presentations "$@";; +esac |