-#!/bin/bash
+#!/usr/bin/env bash
# Sample wrapper program for simplying the use of keyringer.
# This wrapper assumes you are using one key file with many
-#!/bin/bash
+#!/usr/bin/env bash
#
# Keyringer key management system.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Append information into encrypted files.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Check a keyring.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Show available commands
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Git commit wrapper.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Copy secrets.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Decrypt files.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Remove files.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Edit keys.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Encrypt files to multiple recipients.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Find secrets.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Generate keypairs.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Git wrapper.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# List keys.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Create folders.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Move secrets.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Repository options management.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Manipulate user preferences.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Recipient management.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Re-encrypt files to multiple recipients.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Remove folders.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Interactive shell.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Remove a keyring.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# List keys, tree version.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Show available commands
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Decrypt secret header to clipboard.
#
-#!/bin/bash
+#!/usr/bin/env bash
#
# Common functions.
#