#!/bin/bash
#
# Show available commands
#

# Load functions
LIB="`dirname $0`/../functions"
source "$LIB" || exit 1

keyringer_show_actions
