diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-02-08 18:43:37 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-02-08 18:43:37 -0500 |
| commit | 2b5df860ded1412a0c0be0d140d138616e926dfc (patch) | |
| tree | 7cf2598594bfd640b61771704012c87cae154034 /.local/bin/dmenupass | |
| parent | a25e8b640ac83b6eb345977e59803e999bc42202 (diff) | |
| download | eibhear-2b5df860ded1412a0c0be0d140d138616e926dfc.tar.gz eibhear-2b5df860ded1412a0c0be0d140d138616e926dfc.tar.zst eibhear-2b5df860ded1412a0c0be0d140d138616e926dfc.zip | |
#!/bin/sh shebang. newline after universalized.
Diffstat (limited to '.local/bin/dmenupass')
| -rwxr-xr-x | .local/bin/dmenupass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmenupass b/.local/bin/dmenupass index 461a551..8631a13 100755 --- a/.local/bin/dmenupass +++ b/.local/bin/dmenupass @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh # This script is the SUDO_ASKPASS variable, meaning that it will be used as a # password prompt if needed. |
