aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-21 18:39:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-21 18:39:17 -0300
commit1a1dd8a1ac648efdc8a54529717b6f15e718489b (patch)
treeb3a7bd94a4ba59222e91f386133e63c939bde62e
parent6a6b5400e286f49f6096178619eb6b4a0541856f (diff)
downloadkeyringer-feature/ssss.tar.gz
keyringer-feature/ssss.tar.bz2
Adding ssss-groups skeletonfeature/ssss
-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