]> Untitled Git - lemmy.git/commitdiff
make shebangs posix compliant (#2974)
authorCharles Hall <charles@computer.surgery>
Thu, 8 Jun 2023 19:38:26 +0000 (12:38 -0700)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2023 19:38:26 +0000 (15:38 -0400)
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@'
```


No differences found