mirror of
https://github.com/LemmyNet/lemmy.git
synced 2026-01-06 05:40:02 -06:00
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@' ```