lemmy/api_tests
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
..
src
.eslintrc.json
.prettierrc.json
jest.config.js
package.json
prepare-drone-federation-test.sh make shebangs posix compliant (#2974) 2023-06-08 15:38:26 -04:00
run-federation-test.sh make shebangs posix compliant (#2974) 2023-06-08 15:38:26 -04:00
tsconfig.json
yarn.lock