Commit Graph

2 Commits (6b46a7053535e3841ef5dcb5e8d2e80cbff976f8)

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
Felix Ableitner 5c198ea85d Add compilation benchmark, move scripts into subfolder 2021-01-14 18:04:01 +01:00