Commit graph

2 commits

Author SHA1 Message Date
Francis Begyn 4924f22b48 make shell scripts portable
The current shell scripts call `/bin/bash`. This won't work on certain
systems (`nixos` for example 👀).

By switching to `/usr/bin/env bash` these scripts become portable. As
long as `bash` environment is present on a system, the scripts will
work.
2022-04-19 19:17:27 +02:00
Midgard 5049382bf1
Add proxy script: python modules are annoying 2020-01-27 19:36:27 +01:00