dotfiles/scripts/get-pass.sh

4 lines
51 B
Bash
Executable File

#!/bin/sh
/usr/bin/env pass show "$@" | head -n 1