mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-11 01:30:19 +00:00
8 lines
61 B
Bash
Executable File
8 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
set -e
|
|
umask 0000
|
|
ulimit -n 1024
|
|
exec "$@"
|