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/rotdir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/rotdir') diff --git a/.local/bin/rotdir b/.local/bin/rotdir index 7313a42..7c81b94 100755 --- a/.local/bin/rotdir +++ b/.local/bin/rotdir @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # When I open an image from the file manager in sxiv (the image viewer), I want # to be able to press the next/previous keys to key through the rest of the -- cgit v1.3.1