Commit Graph

2 Commits (c8063f3267cf2b3622f1fdc69128c6b55feefbbc)

Author SHA1 Message Date
Charles Hall 4e5798852f
make shebangs posix compliant (#2974)
Previously, these scripts wouldn't work on exotic systems such as NixOS.

```
fd '\.sh$' -t f --exec sed -i 's@#!/bin/bash@#!/usr/bin/env bash@'
```
2023-06-08 15:38:26 -04:00
Dessalines 1a4c8c08ee Fixing some tests 2021-03-11 11:41:04 -05:00