diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_preview')
| -rw-r--r-- | home/dot_local/share/bin/executable_preview | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_preview b/home/dot_local/share/bin/executable_preview index 819938b..9cf2d2f 100644 --- a/home/dot_local/share/bin/executable_preview +++ b/home/dot_local/share/bin/executable_preview @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh [ -n "$1" ] && FILE="$1" || { echo "error: no input file" exit 1 |