diff options
Diffstat (limited to 'share')
-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 |