mirror of
https://github.com/MailScanner/v5.git
synced 2024-11-10 09:13:31 +08:00
13 lines
229 B
Bash
Executable file
13 lines
229 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#
|
|
# Updated: 16 May 2020
|
|
# MailScanner Team <https://www.mailscanner.info>
|
|
#
|
|
#
|
|
# this Build.all script should be located in the base
|
|
# directory when run.
|
|
|
|
./Build.rhel
|
|
./Build.suse
|
|
./Build.debian
|
|
./Build.nix
|