diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-21 18:39:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-21 18:39:17 -0300 |
commit | 1a1dd8a1ac648efdc8a54529717b6f15e718489b (patch) | |
tree | b3a7bd94a4ba59222e91f386133e63c939bde62e | |
parent | 6a6b5400e286f49f6096178619eb6b4a0541856f (diff) | |
download | keyringer-1a1dd8a1ac648efdc8a54529717b6f15e718489b.tar.gz keyringer-1a1dd8a1ac648efdc8a54529717b6f15e718489b.tar.bz2 |
Adding ssss-groups skeletonfeature/ssss
-rwxr-xr-x | share/keyringer/ssss-groups | 10 |
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 |