From 9a359b06f0987e2a1d9b734119a04bf152acfea4 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Wed, 14 Mar 2018 15:59:29 -0300 Subject: [PATCH] nlay: use more portable shebang for bash. (#98) --- nlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlay b/nlay index be39893c..f68d35cf 100755 --- a/nlay +++ b/nlay @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # ############################################################################# # nlay: a customizable script to play files in different apps by file type