mirror of
https://github.com/jarun/nnn.git
synced 2025-01-10 09:59:56 +00:00
nlay: use more portable shebang for bash. (#98)
This commit is contained in:
parent
063882c420
commit
9a359b06f0
2
nlay
2
nlay
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# #############################################################################
|
# #############################################################################
|
||||||
# nlay: a customizable script to play files in different apps by file type
|
# nlay: a customizable script to play files in different apps by file type
|
||||||
|
|
Loading…
Reference in a new issue