summaryrefslogtreecommitdiff
path: root/bin/mw
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-11-24 07:48:33 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-11-24 07:48:33 -0500
commit938af8f7ebe8b769f0916ebdb19b146d0463409a (patch)
tree25d5e7b4125e0c08736a6724a064b54e3265a9e3 /bin/mw
parent7698abb0f9fc236b578e3ec6caa31867de019c6e (diff)
env bash
Diffstat (limited to 'bin/mw')
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index 5e03606..99c640e 100755
--- a/bin/mw
+++ b/bin/mw
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
command -V gpg >/dev/null 2>&1 && GPG="gpg" || GPG="gpg2"
[ -z ${PASSWORD_STORE_DIR+x} ] && PASSWORD_STORE_DIR="$HOME/.password-store"
[ -r "$PASSWORD_STORE_DIR/.gpg-id" ] &&