Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 274 Bytes

File metadata and controls

5 lines (4 loc) · 274 Bytes

Scripts

Shebang

Q: Why using #!/usr/bin/env bash instead of #!/bin/bash ?
A: Because if bash isn't installed in /bin, but in another place (like /nix/store), then it wouldn't work. This solution should work for both Nix systems and non Nix systems