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/pauseallmpv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/pauseallmpv') diff --git a/.local/bin/pauseallmpv b/.local/bin/pauseallmpv index 85a7032..d1d3575 100755 --- a/.local/bin/pauseallmpv +++ b/.local/bin/pauseallmpv @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # You might notice all mpv commands are aliased to have this input-ipc-server # thing. That's just for this particular command, which allows us to pause -- cgit v1.3.1