ModOrganizer-Plugins
ModOrganizer-Plugins copied to clipboard
Add Bash script to generate release
Add a Bash script to generate release from a Linux (or any other Bash-enabled) system.
I made this script while working on #34.
This should probably use #!/usr/bin/env bash as that's more likely to be present on more systems; NixOS is a good example where /bin/bash doesn't exist.