pm

barebones password manager
git clone git://git.ckyln.com/~cem/pm.git
Log | Files | Refs | README

pm-git (68B)


      1 #!/bin/sh
      2 
      3 cd "${PM_DIR:-$HOME/.local/share/pm}" || exit 1
      4 git "$@"