I made this PR because I feel that the release.cmd should file be ported to Unx shells, so as to make it easier for any Unx users who change the code to test their changes. Since there's no guarantee that a user will have a fixed set of installed programs, I have written a shell script that supports both Posix-7zip (the 7z, and 7za executables), and the zip program from the infozip package. The script will automatically pick whichever one it finds first.
Thanks for all you do.
PS: This is my first pull request I've ever made on any project, so if I've done anything weird and/or stupid, please let me know.
Hello.
I made this PR because I feel that the
release.cmd
should file be ported to Unx shells, so as to make it easier for any Unx users who change the code to test their changes. Since there's no guarantee that a user will have a fixed set of installed programs, I have written a shell script that supports both Posix-7zip (the7z
, and7za
executables), and thezip
program from theinfozip
package. The script will automatically pick whichever one it finds first.Thanks for all you do.
PS: This is my first pull request I've ever made on any project, so if I've done anything weird and/or stupid, please let me know.