Better shebang: /usr/bin/env bash

pull/2/head
Nikita Ivanov 2 years ago
parent 7b39af75f2
commit 650ca05f6e
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

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