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/dmenuunicode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/dmenuunicode') diff --git a/.local/bin/dmenuunicode b/.local/bin/dmenuunicode index 4abf202..eeae767 100755 --- a/.local/bin/dmenuunicode +++ b/.local/bin/dmenuunicode @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # Give dmenu list of all unicode characters to copy. # Shows the selected character in dunst if running. -- cgit v1.3.1