Commit Graph

2 Commits (a2c24def87f479f6b62190b92690554b816f0e79)

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@'
```
1 year ago
Felix Ableitner 5c198ea85d Add compilation benchmark, move scripts into subfolder 4 years ago