diff options
Diffstat (limited to '.local/bin/dmenuhandler')
| -rwxr-xr-x | .local/bin/dmenuhandler | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/dmenuhandler b/.local/bin/dmenuhandler index c4eecc3..c7e2740 100755 --- a/.local/bin/dmenuhandler +++ b/.local/bin/dmenuhandler @@ -1,4 +1,5 @@ -#!/usr/bin/env sh +#!/bin/sh + # Feed this script a link and it will give dmenu # some choice programs to use to open it. |
