diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-10-17 18:07:17 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-10-17 18:07:17 -0400 |
| commit | 1dfbd1e46ce240fa43ab1137eddd5365fb3449ee (patch) | |
| tree | f23cc2ef5191eaddb08f2eafee62127b92894267 /.local/bin | |
| parent | 2ea654b0ff417ce31a6b7c5a15a196e64bf15139 (diff) | |
| download | eibhear-1dfbd1e46ce240fa43ab1137eddd5365fb3449ee.tar.gz eibhear-1dfbd1e46ce240fa43ab1137eddd5365fb3449ee.tar.zst eibhear-1dfbd1e46ce240fa43ab1137eddd5365fb3449ee.zip | |
blah
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/mpd-module-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/mpd-module-update b/.local/bin/mpd-module-update index 7518976..a2bae48 100755 --- a/.local/bin/mpd-module-update +++ b/.local/bin/mpd-module-update @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # This loop will update the mpd statusbar module whenever a command changes the # music player's status. mpd must be running on X's start for this to work. |
