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