postfix/service/rsyslogd/finish
2018-12-16 22:39:36 +01:00

4 lines
88 B
Bash
Executable File

#!/bin/sh
[ $1 -ne 0 ] && ( echo "${PWD##*/}: Exitted with $1 (signal: $2)"; sleep 5 )