#!/usr/bin/env bash # # rbw-get # Ex: rbw-get google url if [[ "$2" == "Password" ]] then rbw get "$1" else rbw get "$1" --field="$2" fi