aboutsummaryrefslogtreecommitdiff
path: root/share/keyringer/ssss-groups
diff options
context:
space:
mode:
Diffstat (limited to 'share/keyringer/ssss-groups')
-rwxr-xr-xshare/keyringer/ssss-groups10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/keyringer/ssss-groups b/share/keyringer/ssss-groups
new file mode 100755
index 0000000..59a6deb
--- /dev/null
+++ b/share/keyringer/ssss-groups
@@ -0,0 +1,10 @@
+#!/bin/bash
+#
+# Manage SSSS groups.
+#
+
+# Load functions
+LIB="`dirname $0`/../../lib/keyringer/functions"
+source "$LIB" || exit 1
+
+# TODO