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/dmenumount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/dmenumount') diff --git a/.local/bin/dmenumount b/.local/bin/dmenumount index 1feb204..6784402 100755 --- a/.local/bin/dmenumount +++ b/.local/bin/dmenumount @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # Gives a dmenu prompt to mount unmounted drives and Android phones. If # they're in /etc/fstab, they'll be mounted automatically. Otherwise, you'll -- cgit v1.3.1