diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-11-24 07:48:33 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-11-24 07:48:33 -0500 |
commit | 938af8f7ebe8b769f0916ebdb19b146d0463409a (patch) | |
tree | 25d5e7b4125e0c08736a6724a064b54e3265a9e3 /bin/mw | |
parent | 7698abb0f9fc236b578e3ec6caa31867de019c6e (diff) |
env bash
Diffstat (limited to 'bin/mw')
-rwxr-xr-x | bin/mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ] && |