diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-06-17 14:29:30 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-06-17 14:29:30 +0100 |
commit | 79f16c7cf7780057dcdf7401f2b76662073100a7 (patch) | |
tree | f6aec59150ff14e7371b908db75649d589e80190 | |
parent | f3ef76c9ed2e1e13556c0304b067c07122b9c1e8 (diff) |
Rename script id to username
-rwxr-xr-x | bin/bin/username (renamed from bin/bin/id) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bin/id b/bin/bin/username index 7dad85d..37da88a 100755 --- a/bin/bin/id +++ b/bin/bin/username @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash PWD_DIR="$HOME/.password-store" [[ ! -z $(readlink ${PWD_DIR}) ]] && PWD_DIR=$(readlink ${PWD_DIR}) PASSWORDS=$(locate "${PWD_DIR}/**/*.gpg") |