diff options
Diffstat (limited to '.local/bin/ifinstalled')
| -rwxr-xr-x | .local/bin/ifinstalled | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/ifinstalled b/.local/bin/ifinstalled index b0d23e5..baa7cda 100755 --- a/.local/bin/ifinstalled +++ b/.local/bin/ifinstalled @@ -1,3 +1,3 @@ -#!/bin/sh +#!/usr/bin/env sh # If $1 command is not available, error code and notify. command -v "$1" >/dev/null || { notify-send "📦 $1" "must be installed for this function." && exit 1 ;} |
