diff options
author | noodle <shawtynoodle@gmail.com> | 2023-06-05 05:29:26 +0300 |
---|---|---|
committer | noodle <shawtynoodle@gmail.com> | 2023-06-05 05:30:08 +0300 |
commit | 293b5b9b0028c87e41407c1e09c44693442a315a (patch) | |
tree | bc04b57c814549ae1c9dd756ad3edd47db4d8ee3 /mpc-notify | |
parent | e37014476b64d7d24ef093f1d76cea6393206a4c (diff) |
mpc-notify: change shebang from dash to sh
Diffstat (limited to 'mpc-notify')
-rwxr-xr-x | mpc-notify | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/dash +#!/bin/sh -e # Based on: # https://wiki.archlinux.org/title/Ncmpcpp#With_album_art |