#!/bin/bash # # Show available commands # # Load functions LIB="`dirname $0`/../../lib/keyringer/functions" source "$LIB" || exit 1 printf "Usage: %s [arguments]\n" "$BASENAME" printf "Available commands: \n" ls $ACTIONS | sed -e 's/^/\t/'