From 1bca65bfc233273d6032b36dd377589780b69b46 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 18 Aug 2019 12:28:11 -0400 Subject: portable shebang --- .local/bin/opout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/opout') diff --git a/.local/bin/opout b/.local/bin/opout index ade24a4..d5d8dff 100755 --- a/.local/bin/opout +++ b/.local/bin/opout @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # opout: "open output": A general handler for opening a file's intended output, # usually the pdf of a compiled document. I find this useful especially -- cgit v1.3.1