From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Wed, 14 Mar 2018 18:59:29 +0000 (-0300) Subject: nlay: use more portable shebang for bash. (#98) X-Git-Tag: v1.8~47 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9a359b06f0987e2a1d9b734119a04bf152acfea4;p=nnn.git nlay: use more portable shebang for bash. (#98) --- 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