Better shebang: /usr/bin/env bash

This commit is contained in:
Nikita Ivanov 2022-05-14 03:08:08 +05:00
parent 7b39af75f2
commit 650ca05f6e
No known key found for this signature in database
GPG key ID: 6E656AC5B97B5133

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Setup constants
NL=$'\n'