Commit Graph

2 Commits (9a9ece8fa40cf63007371fc71b1e4b835294fb11)

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@'
```
2023-06-08 15:38:26 -04:00
Dessalines 11b7525c41
Add update translations script. (#2173) 2022-03-29 16:54:16 +00:00