aboutsummaryrefslogtreecommitdiff
path: root/office/smoffice2021/presentations21
diff options
context:
space:
mode:
authorDonald Cooley <chytraeu@sdf.org>2020-10-01 23:27:52 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-03 09:01:44 +0700
commit041aa2de55e29f23aa59adc077ca01e700047165 (patch)
tree87e9c9afcf7b1c1c030109511273db02414b315e /office/smoffice2021/presentations21
parent24397251f78fa4351831bc00fdda280b9dea8741 (diff)
office/smoffice2021: Added (office suite)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/smoffice2021/presentations21')
-rw-r--r--office/smoffice2021/presentations2110
1 files changed, 10 insertions, 0 deletions
diff --git a/office/smoffice2021/presentations21 b/office/smoffice2021/presentations21
new file mode 100644
index 0000000000..b2b3ad7254
--- /dev/null
+++ b/office/smoffice2021/presentations21
@@ -0,0 +1,10 @@
+#!/bin/sh
+# A script to run Presentations.
+ext="${@##*.}"
+shopt -s nocasematch
+case "$ext" in
+ "prs" ) /opt/smoffice2021/presentations -S\""$@"\";;
+ "pps" ) /opt/smoffice2021/presentations -S\""$@"\";;
+ "ppsx" ) /opt/smoffice2021/presentations -S\""$@"\";;
+ * ) /opt/smoffice2021/presentations "$@";;
+esac