From 1a1dd8a1ac648efdc8a54529717b6f15e718489b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 21 Aug 2012 18:39:17 -0300 Subject: Adding ssss-groups skeleton --- share/keyringer/ssss-groups | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 share/keyringer/ssss-groups 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 -- cgit v1.2.3