mirror of
https://github.com/AtHeartEngineer/lemmy.git
synced 2026-01-10 14:38:00 -05: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@' ```